- Sort Score
- Num 10 results
- Language All
- Labels All
Results 161 - 170 of over 10,000 for 1 (1.47 seconds)
-
adjusted_mutual_info_score — scikit-learn...
1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> ...ore ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 If classes members...scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_mutual_info_score.html -
shuffle — scikit-learn 1.7.2 documentation
1.], [1., 0.]]) >>> y array([2, 1, 0]) >>>...>>> X = np . array ([[ 1. , 0. ], [ 2. , 1. ], [ 0. , 0. ]]) >>>...scikit-learn.org/stable/modules/generated/sklearn.utils.shuffle.html -
label_binarize — scikit-learn 1.7.2 docum...
label_binarize ([ 1 , 6 ], classes = [ 1 , 2 , 4 , 6 ]) array([[1, 0, 0,...label_binarize ([ 1 , 6 ], classes = [ 1 , 6 , 4 , 2 ]) array([[1, 0, 0,...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.label_binarize.html -
NMF — scikit-learn 1.7.2 documentation
array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...version 1.4: Added 'auto' value. Changed in version 1.6: Default...scikit-learn.org/stable/modules/generated/sklearn.decomposition.NMF.html -
ElasticNetCV — scikit-learn 1.7.2 documen...
l1_ratio = 1 it is an L1 penalty. For 0 < l1_ratio < 1 , the...(i.e. Ridge), as in [.1, .5, .7, .9, .95, .99, 1] . eps float, default=1e-3...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html -
cluster_optics_dbscan — scikit-learn 1.7....
1, 1, 1]) Gallery examples # Demo of...>>> X = np . array ([[ 1 , 2 ], [ 2 , 5 ], [ 3 , 6 ], ......scikit-learn.org/stable/modules/generated/sklearn.cluster.cluster_optics_dbscan.html -
MergedAnnotationPredicates (Spring Framework 7....
annotations with distances [1, 1, 2, 1] then only the first two...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/annotation/Merg... -
rand_score — scikit-learn 1.7.2 documenta...
1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Labelings that...rand_score ([ 0 , 0 , 1 , 2 ], [ 0 , 0 , 1 , 1 ]) 0.83 Gallery examples...scikit-learn.org/stable/modules/generated/sklearn.metrics.rand_score.html -
AbstractDataFieldMaxValueIncrementer (Spring Fr...
data store value such as max + 1 Throws: DataAccessException -...data store value such as max + 1 Throws: DataAccessException -...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/jdbc/support/increme... -
classification_report — scikit-learn 1.7....
50 1.00 0.67 1 class 1 0.00 0.00 0.00 1 class 2 1.00 0.67...y_pred = [ 1 , 1 , 0 ] >>> y_true = [ 1 , 1 , 1 ] >>>...scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html