Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1151 - 1160 of 1,998 for store (0.28 seconds)

  1. check_scoring — scikit-learn 1.8.0 docume...

    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.metrics.check_scoring.html
    Mon Jan 26 14:16:33 GMT 2026
      114K bytes
      Cache
     
  2. 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 Jan 26 14:16:33 GMT 2026
      134.5K bytes
      Cache
     
  3. d2_pinball_score — scikit-learn 1.8.0 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 Jan 26 14:16:30 GMT 2026
      116.6K bytes
      Cache
     
  4. 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
    Mon Jan 26 11:09:14 GMT 2026
      126.6K bytes
      Cache
     
  5. 5.2. Permutation feature importance — sci...

    on the score function that is specified with the scoring argument...., random_state = 0 , scoring = scoring ) ... >>> for...
    scikit-learn.org/stable/modules/permutation_importance.html
    Mon Jan 26 11:09:14 GMT 2026
      56.3K bytes
      Cache
     
  6. TransformedTargetRegressor — scikit-learn...

    Notes The \(R^2\) score used when calling score on a regressor uses...TransformedTargetReg(...) >>> tt . score ( X , y ) 1.0 >>> tt...
    scikit-learn.org/stable/modules/generated/sklearn.compose.TransformedTargetRegressor.html
    Mon Jan 26 11:09:14 GMT 2026
      143.5K bytes
      Cache
     
  7. LarsCV — scikit-learn 1.8.0 documentation

    Notes The \(R^2\) score used when calling score on a regressor uses...X , y ) >>> reg . score ( X , y ) 0.9996 >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html
    Mon Jan 26 14:16:33 GMT 2026
      142.4K bytes
      Cache
     
  8. plot_multi_metric_evaluation.zip

    scoring=scoring, refit="AUC", n_jobs=2,...range(2, 403, 20)},\n scoring=scoring,\n refit=\"AUC\",\n n_jobs=2,\n...
    scikit-learn.org/stable/_downloads/535778bfbc9b4881da3e662bc2ea8484/plot_multi_metric_evaluation.zip
    Mon Jan 26 11:09:12 GMT 2026
      8.8K bytes
     
  9. ExtraTreesRegressor — scikit-learn 1.8.0 ...

    Notes The \(R^2\) score used when calling score on a regressor uses...with Friedman’s improvement score for potential splits, “absolute_error”...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Mon Jan 26 14:16:30 GMT 2026
      162.8K bytes
      Cache
     
  10. LogisticRegression — scikit-learn 1.8.0 d...

    confidence scores for samples. The confidence score for a sample...get the confidence scores. Returns : scores ndarray of shape (n_samples,)...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html
    Mon Jan 26 11:09:14 GMT 2026
      189.5K bytes
      Cache
     
Back to Top