Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 511 - 520 of 1,297 for store (0.37 sec)

  1. Demonstration of multi-metric evaluation on cro...

    sample_score_mean - sample_score_std , sample_score_mean + sample_score_std...range ( 2 , 403 , 20 )}, scoring = scoring , refit = "AUC" , n_jobs...
    scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html
    Thu Jul 03 11:42:05 UTC 2025
      101.5K bytes
      Cache
     
  2. precision_score — scikit-learn 1.7.0 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
    Thu Jul 03 11:42:05 UTC 2025
      125.4K bytes
      Cache
      Similar Results (1)
     
  3. silhouette_score — scikit-learn 1.7.0 documenta...

    silhouette_score # sklearn.metrics. silhouette_score ( X , labels...sklearn.metrics import silhouette_score >>> X , y = make_blobs ( random_state...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_score.html
    Thu Jul 03 11:42:06 UTC 2025
      116.1K bytes
      Cache
     
  4. Test with permutations the significance of a cl...

    test score # Next, we calculate the permutation_test_score for...random_state = 0 ) score_iris , perm_scores_iris , pvalue_iris...
    scikit-learn.org/stable/auto_examples/model_selection/plot_permutation_tests_for_classification.html
    Thu Jul 03 11:42:05 UTC 2025
      100.9K bytes
      Cache
     
  5. explained_variance_score — scikit-learn 1.7.0 d...

    explained_variance_score # sklearn.metrics. explained_variance_score ( y_true...variance regression score function. Best possible score is 1.0, lower...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.explained_variance_score.html
    Thu Jul 03 11:42:04 UTC 2025
      114.9K bytes
      Cache
     
  6. cross_val_score — scikit-learn 1.7.0 documentation

    cross_val_score # sklearn.model_selection. cross_val_score ( estimator...'2*n_jobs' , error_score = nan ) [source] # Evaluate a score by cross-validation....
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_score.html
    Thu Jul 03 11:42:06 UTC 2025
      126.3K bytes
      Cache
     
  7. permutation_test_score — scikit-learn 1.7.0 doc...

    "Original Score: { score : .3f } " ) Original Score: 0.810 >>>...level. scoring str or callable, default=None Scoring method to...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html
    Thu Jul 03 11:42:06 UTC 2025
      121.8K bytes
      Cache
     
  8. consensus_score — scikit-learn 1.7.0 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
    Thu Jul 03 11:42:06 UTC 2025
      110.7K bytes
      Cache
     
  9. v_measure_score — scikit-learn 1.7.0 documentation

    v_measure_score # sklearn.metrics. v_measure_score ( labels_true...This score is identical to normalized_mutual_info_score with...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.v_measure_score.html
    Thu Jul 03 11:42:06 UTC 2025
      121.5K bytes
      Cache
     
  10. balanced_accuracy_score — scikit-learn 1.7.0 do...

    prediction scores. precision_score Compute the precision score. recall_score...recall_score Compute the recall score. roc_auc_score Compute Area...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.balanced_accuracy_score.html
    Thu Jul 03 11:42:05 UTC 2025
      110.7K bytes
      Cache
     
Back to top