- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1361 - 1370 of over 10,000 for 2 (0.95 seconds)
-
roc_auc_score — scikit-learn 1.8.0 docume...
the standardized partial AUC [2] over the range [0, max_fpr] is...under of the ROC as follows: G = 2 * AUC - 1 Where G is the Gini...scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html -
JmsBootstrapConfiguration (Spring Framework 7.0...
proxyBeanMethods =false) @Role (2) public class JmsBootstrapConfigur...nternalJmsListenerA") @Role (2) public JmsListenerAnnotatio...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/jms/annotation/JmsBo... -
inplace_csr_row_normalize_l2 — scikit-lea...
2 , 3 ]) >>> data = np . array ([ 1.0 , 2.0 , 3.0...>>> indptr = np . array ([ 0 , 2 , 3 , 4 ]) >>> indices...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs_fast.inplace_csr_row_normaliz... -
maihamadb schema
TO_MONTH INTERVAL YEAR(2) TO MONTH 2 ..._SECOND INTERVAL DAY(2) TO SECOND(6) 2, 6 ...dbflute.seasar.org/ja/data/doc/oracle/schema-maihamadb.html -
test.rst
第一項目 - Lorem ipsum 2. 第二項目 - 吾輩は猫である 3. 第三項目 - Test...dolor sit amet | +----+---- | 2 | 吾輩は猫である | 夏目漱石の小説 | +----+----...raw.githubusercontent.com/codelibs/fess-testdata/master/files/markdown/test.rst -
Scalable learning with polynomial kernel approx...
= 2 ] = 0 y [ y == 2 ] = 1 # We will try to...We use the Covtype dataset [ 2 ] , trying to reproduce the experiments...scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html -
Incremental PCA — scikit-learn 1.8.0 docu...
target n_components = 2 ipca = IncrementalPCA ( n_components...target_name in zip ( colors , [ 0 , 1 , 2 ], iris . target_names ): plt...scikit-learn.org/stable/auto_examples/decomposition/plot_incremental_pca.html -
StratifiedKFold — scikit-learn 1.8.0 docu...
2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...n_splits = 2 ) >>> skf . get_n_splits () 2 >>>...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html -
lars_path — scikit-learn 1.8.0 documentation
float64(2.220446049250313e-16) , copy_Gram...case method=’lasso’ is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path.html -
Custom refit strategy of a grid search with cro...
parameter candidate is displayed; - >2 : the score is also displayed;...pre_dispatch: int, or str, default='2*n_jobs' Controls the number of...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html