- Sort Score
- Num 10 results
- Language All
- Labels All
Results 41 - 50 of over 10,000 for 1 (0.7 seconds)
-
Elastic Cloud on Kubernetes [1.1] | Elastic
1 2.0 1.9 1.8 1.7 1.6 1.5 1.4 1.3 1.2 1.1 1.0 1.0-beta...highlights 1.1.2 release highlights 1.1.1 release highlights 1.1.0 release...www.elastic.co/guide/en/cloud-on-k8s/1.1/index.html -
1.13. Feature selection — scikit-learn 1....
1], [1, 0], [0, 0], [1, 1], [1, 0], [1, 1]]) As expected,...0 , 0 , 1 ], [ 0 , 1 , 0 ], [ 1 , 0 , 0 ], [ 0 , 1 , 1 ], [ 0...scikit-learn.org/stable/modules/feature_selection.html -
8.1. Toy datasets — scikit-learn 1.7.2 do...
length: 1.0 6.9 3.76 1.76 0.9490 (high!) petal width: 0.1 2.5 1.20...0.41 3.58 1.59 0.57 Colour Intensity: 1.3 13.0 5.1 2.3 Hue: 0.48...scikit-learn.org/stable/datasets/toy_dataset.html -
v_measure_score — scikit-learn 1.7.2 docu...
1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> v_measure_score...v_measure_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Labelings that...scikit-learn.org/stable/modules/generated/sklearn.metrics.v_measure_score.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 -
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 -
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 -
OneClassSVM — scikit-learn 1.7.2 document...
predict ( X ) array([-1, 1, 1, 1, -1]) >>> clf . score_samples...default=-1 Hard limit on iterations within solver, or -1 for no...scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html -
roc_curve — scikit-learn 1.7.2 documentation
y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...labels are not either {-1, 1} or {0, 1}, then pos_label should...scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_curve.html -
det_curve — scikit-learn 1.7.2 documentation
y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...labels are not either {-1, 1} or {0, 1}, then pos_label should...scikit-learn.org/stable/modules/generated/sklearn.metrics.det_curve.html