Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 521 - 530 of 1,297 for store (0.18 sec)

  1. 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
    Thu Jul 03 11:42:04 UTC 2025
      111.7K bytes
      Cache
     
  2. 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
    Thu Jul 03 11:42:05 UTC 2025
      131.3K bytes
      Cache
     
  3. 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
    Thu Jul 03 11:42:04 UTC 2025
      120.1K bytes
      Cache
     
  4. 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
    Thu Jul 03 11:42:05 UTC 2025
      110.9K bytes
      Cache
     
  5. 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
    Thu Jul 03 11:42:06 UTC 2025
      116K bytes
      Cache
     
  6. 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
    Thu Jul 03 11:42:06 UTC 2025
      111K bytes
      Cache
     
  7. 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
    Thu Jul 03 11:42:05 UTC 2025
      107.3K bytes
      Cache
     
  8. 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
    Thu Jul 03 11:42:05 UTC 2025
      110.9K bytes
      Cache
     
  9. 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
    Thu Jul 03 11:42:05 UTC 2025
      112.4K bytes
      Cache
     
  10. 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
    Thu Jul 03 11:42:06 UTC 2025
      117.6K bytes
      1 views
      Cache
     
Back to top