Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 491 - 500 of 1,157 for store (0.58 sec)

  1. accuracy_score — scikit-learn 1.7.1 documentation

    version accuracy_score # sklearn.metrics. accuracy_score ( y_true ,...jaccard_score Compute the Jaccard similarity coefficient score. hamming_loss...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html
    Tue Aug 19 13:22:48 UTC 2025
      116.4K bytes
      Cache
     
  2. precision_score — scikit-learn 1.7.1 documentation

    precision_score # sklearn.metrics. precision_score ( y_true ,...imbalance; it can result in an F-score that is not between precision...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_score.html
    Tue Aug 19 13:22:49 UTC 2025
      125.4K bytes
      Cache
      Similar Results (1)
     
  3. d2_absolute_error_score — scikit-learn 1.7.1 do...

    d2_absolute_error_score # sklearn.metrics. d2_absolute_error_score ( y_true...Returns : score float or ndarray of floats The \(D^2\) score with...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_absolute_error_score.html
    Tue Aug 19 13:22:48 UTC 2025
      113.1K bytes
      Cache
     
  4. adjusted_mutual_info_score — scikit-learn 1.7.1...

    adjusted_mutual_info_score # sklearn.metrics. adjusted_mutual_info_score ( labels_true...adjusted_rand_score Adjusted Rand Index. mutual_info_score Mutual Information...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_mutual_info_score.html
    Tue Aug 19 13:22:48 UTC 2025
      116.2K bytes
      Cache
     
  5. 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
    Tue Aug 19 13:22:48 UTC 2025
      112.4K bytes
      Cache
     
  6. consensus_score — scikit-learn 1.7.1 documentation

    consensus_score # sklearn.metrics. consensus_score ( a , b ,...Returns : consensus_score float Consensus score, a non-negative value,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.consensus_score.html
    Tue Aug 19 13:22:51 UTC 2025
      110.7K bytes
      Cache
     
  7. roc_auc_score — scikit-learn 1.7.1 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
    Tue Aug 19 13:22:48 UTC 2025
      131.3K bytes
      Cache
     
  8. brier_score_loss — scikit-learn 1.7.1 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
    Tue Aug 19 13:22:49 UTC 2025
      120K bytes
      Cache
     
  9. d2_pinball_score — scikit-learn 1.7.1 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
    Tue Aug 19 13:22:48 UTC 2025
      110.9K bytes
      Cache
     
  10. average_precision_score — scikit-learn 1.7.1 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
    Tue Aug 19 13:22:51 UTC 2025
      116K bytes
      Cache
     
Back to top