Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1031 - 1040 of 1,744 for store (1.91 seconds)

  1. plot_multi_metric_evaluation.py

    scoring=scoring, refit="AUC", n_jobs=2,...can be done by setting the ``scoring`` parameter to a list of metric...
    scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py
    Mon Nov 24 10:55:04 GMT 2025
      3.6K bytes
     
  2. top_k_accuracy_score — scikit-learn 1.7.2...

    Returns : score float The top-k accuracy score. The best performance...Top-k Accuracy classification score. This metric computes the number...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.top_k_accuracy_score.html
    Wed Nov 26 04:38:21 GMT 2025
      112.5K bytes
      Cache
     
  3. permutation_importance — scikit-learn 1.7...

    If scoring represents a single score, one can use:...criterion is used. If scoring represents multiple scores, one can use:...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.permutation_importance.html
    Mon Nov 24 12:29:38 GMT 2025
      122.4K bytes
      Cache
     
  4. OrthogonalMatchingPursuit — scikit-learn ...

    Notes The \(R^2\) score used when calling score on a regressor uses...X , y ) >>> reg . score ( X , y ) 0.9991 >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.html
    Mon Nov 24 10:40:49 GMT 2025
      134K bytes
      Cache
     
  5. fbeta_score — scikit-learn 1.7.2 document...

    Compute the F-beta score. The F-beta score is the weighted harmonic...precision. The formula for F-beta score is: \[F_\beta = \frac{(1 + \beta^2)...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.fbeta_score.html
    Wed Nov 26 04:38:21 GMT 2025
      124.5K bytes
      Cache
     
  6. Comparing Random Forests and Histogram Gradient...

    "Train time vs score" , "Predict time vs score" ], )...Boosting (HGBT) models in terms of score and computation time for a regression...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html
    Wed Nov 26 04:38:21 GMT 2025
      126.8K bytes
      Cache
     
  7. explained_variance_score — scikit-learn 1...

    variance regression score function. Best possible score is 1.0, lower...Explained Variance score is similar to the R^2 score , with the notable...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.explained_variance_score.html
    Wed Nov 26 04:38:21 GMT 2025
      114.9K bytes
      Cache
     
  8. DensityMixin — scikit-learn 1.7.2 documen...

    "score" ) True score ( X , y = None ) [source]...through the estimator_type tag; score method that default that do...
    scikit-learn.org/stable/modules/generated/sklearn.base.DensityMixin.html
    Mon Nov 24 12:29:38 GMT 2025
      107.6K bytes
      Cache
     
  9. 3.1. Cross-validation: evaluating estimator per...

    2f " % ( scores . mean (), scores . std ())) 0.98 accuracy...default, the score computed at each CV iteration is the score method...
    scikit-learn.org/stable/modules/cross_validation.html
    Wed Nov 26 04:38:21 GMT 2025
      162.2K bytes
      Cache
     
  10. d2_pinball_score — scikit-learn 1.7.2 doc...

    Returns : score float or ndarray of floats The \(D^2\) score with...[source] # \(D^2\) regression score function, fraction of pinball...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_pinball_score.html
    Mon Nov 24 11:23:20 GMT 2025
      110.9K bytes
      Cache
     
Back to Top