- Sort Score
- Num 10 results
- Language All
- Labels All
Results 51 - 60 of over 10,000 for 1 (0.08 seconds)
Filter
-
v_measure_score — scikit-learn 1.8.0 documentation
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 -
matthews_corrcoef — scikit-learn 1.8.0 document...
[ + 1 , + 1 , + 1 , - 1 ] >>> y_pred = [ + 1 , - 1 , + 1 , +...value between -1 and +1. A coefficient of +1 represents a perfect...scikit-learn.org/stable/modules/generated/sklearn.metrics.matthews_corrcoef.html -
Release Highlights for scikit-learn 1.4 — sciki...
[{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...[{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html -
rand_score — scikit-learn 1.8.0 documentation
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.8.0 docu...
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 ] >>> print...scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html -
Beats version 5.1.1 | Beats Platform Reference ...
1.2 Beats version 5.1.0 (skipped) » Elastic...Release notes Beats version 5.1.1 IMPORTANT : This documentation...www.elastic.co/guide/en/beats/libbeat/8.19/release-notes-5.1.1.html -
Beats version 7.1.1 | Beats Platform Reference ...
1.1 IMPORTANT : This documentation...documentation . Beats version 7.1.1 View commits No changes in this...www.elastic.co/guide/en/beats/libbeat/8.19/release-notes-7.1.1.html -
mean_shift — scikit-learn 1.8.0 documentation
array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...array([[3.33, 6. ], [1.33, 0.66]]) >>> labels array([1, 1, 1, 0, 0, 0])...scikit-learn.org/stable/modules/generated/sklearn.cluster.mean_shift.html -
roc_curve — scikit-learn 1.8.0 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 -
2.1. Gaussian mixture models — scikit-learn 1.8...
1.1. Gaussian Mixture # The GaussianMixture...models using a finite mixture. 2.1.2.1. The Dirichlet Process # Here...scikit-learn.org/stable/modules/mixture.html