Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1191 - 1200 of 1,998 for store (3.23 seconds)

  1. Plotting Learning Curves and Checking Models’ S...

    terms of training score and testing score. Here, we compute the..."Training Score" , "Test Score" ]) ax [ ax_idx...
    scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html
    Mon Jan 26 11:09:14 GMT 2026
      111.6K bytes
      Cache
     
  2. label_ranking_average_precision_score — s...

    Returns : score float Ranking-based average precision score. Examples...vs. total labels with lower score. This metric is used in multilabel...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.label_ranking_average_precision_score.html
    Mon Jan 26 14:16:30 GMT 2026
      109K bytes
      Cache
     
  3. cross_validation.rst.txt

    random_state=0) >>> scores = cross_validate(clf, X, y, scoring=scoring) >>>...average='macro')} >>> scores = cross_validate(clf, X, y, scoring=scoring, ......
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Mon Dec 22 11:58:31 GMT 2025
      41.1K bytes
      1 views
     
  4. homogeneity_completeness_v_measure — scik...

    completeness and V-Measure scores at once. Those metrics are...elements of the same cluster. Both scores have positive values between...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_completeness_v_measure.html
    Mon Jan 26 14:16:29 GMT 2026
      111K bytes
      Cache
     
  5. ElasticNet — scikit-learn 1.8.0 documenta...

    Notes The \(R^2\) score used when calling score on a regressor uses...(n_samples,) Returns predicted values. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html
    Mon Jan 26 11:09:17 GMT 2026
      165.6K bytes
      Cache
     
  6. Concatenating multiple feature extraction metho...

    score=0.933 total time= 0.0s [CV 2/5;...features__univ_select__k=1, svm__C=0.1;, score=0.933 total time= 0.0s [CV 3/5;...
    scikit-learn.org/stable/auto_examples/compose/plot_feature_union.html
    Mon Jan 26 11:09:14 GMT 2026
      109.5K bytes
      Cache
     
  7. ElasticNetCV — scikit-learn 1.8.0 documen...

    Notes The \(R^2\) score used when calling score on a regressor uses...giving the best prediction score is used. Note that a good choice...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Mon Jan 26 11:09:12 GMT 2026
      168.4K bytes
      Cache
     
  8. TheilSenRegressor — scikit-learn 1.8.0 do...

    Notes The \(R^2\) score used when calling score on a regressor uses...X , y ) >>> reg . score ( X , y ) 0.9884 >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TheilSenRegressor.html
    Mon Jan 26 14:16:33 GMT 2026
      135.5K bytes
      Cache
     
  9. jaccard_score — scikit-learn 1.8.0 docume...

    accuracy score. f1_score Function for calculating the F1 score. mu...Jaccard similarity coefficient score. The Jaccard index [1], or Jaccard...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.jaccard_score.html
    Mon Jan 26 11:09:14 GMT 2026
      121.2K bytes
      Cache
     
  10. d2_absolute_error_score — scikit-learn 1....

    Returns : score float or ndarray of floats The \(D^2\) score with...[source] # \(D^2\) regression score function, fraction of absolute...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_absolute_error_score.html
    Mon Jan 26 14:16:33 GMT 2026
      113.7K bytes
      Cache
     
Back to Top