- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 521 - 530 of 1,297 for store (0.18 sec)
-
mutual_info_score — scikit-learn 1.7.0 document...
mutual_info_score # sklearn.metrics. mutual_info_score ( labels_true...label values won’t change the score value in any way. This metric...scikit-learn.org/stable/modules/generated/sklearn.metrics.mutual_info_score.html -
roc_auc_score — scikit-learn 1.7.0 documentation
>>> y_score = np . transpose ([ score [:, 1 ] for score in y_score...y_score ]) >>> roc_auc_score ( y , y_score , average = None ) array([0.828,...scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html -
brier_score_loss — scikit-learn 1.7.0 documenta...
version brier_score_loss # sklearn.metrics. brier_score_loss ( y_true...the Brier score loss. The smaller the Brier score loss, the better,...scikit-learn.org/stable/modules/generated/sklearn.metrics.brier_score_loss.html -
d2_pinball_score — scikit-learn 1.7.0 documenta...
d2_pinball_score # sklearn.metrics. d2_pinball_score ( y_true ,...Returns : score float or ndarray of floats The \(D^2\) score with...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_pinball_score.html -
average_precision_score — scikit-learn 1.7.0 do...
average_precision_score # sklearn.metrics. average_precision_score ( y_true...Average precision score. See also roc_auc_score Compute the area...scikit-learn.org/stable/modules/generated/sklearn.metrics.average_precision_score.html -
cohen_kappa_score — scikit-learn 1.7.0 document...
cohen_kappa_score # sklearn.metrics. cohen_kappa_score ( y1 , y2...computes Cohen’s kappa [1] , a score that expresses the level of...scikit-learn.org/stable/modules/generated/sklearn.metrics.cohen_kappa_score.html -
davies_bouldin_score — scikit-learn 1.7.0 docum...
davies_bouldin_score # sklearn.metrics. davies_bouldin_score ( X , labels...Compute the Davies-Bouldin score. The score is defined as the average...scikit-learn.org/stable/modules/generated/sklearn.metrics.davies_bouldin_score.html -
fowlkes_mallows_score — scikit-learn 1.7.0 docu...
fowlkes_mallows_score # sklearn.metrics. fowlkes_mallows_score ( labels_true...Returns : score float The resulting Fowlkes-Mallows score. References...scikit-learn.org/stable/modules/generated/sklearn.metrics.fowlkes_mallows_score.html -
normalized_mutual_info_score — scikit-learn 1.7...
fo_score # sklearn.metrics. normalized_mutual_info_score ( labels_true...adjusted_rand_score Adjusted Rand Index. adjusted_mutual_info_score Adjusted...scikit-learn.org/stable/modules/generated/sklearn.metrics.normalized_mutual_info_score.html -
adjusted_rand_score — scikit-learn 1.7.0 docume...
adjusted_rand_score # sklearn.metrics. adjusted_rand_score ( labels_true...RI score is then “adjusted for chance” into the ARI score using...scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_rand_score.html