Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 981 - 990 of 1,744 for store (7.93 seconds)

  1. r2_score — scikit-learn 1.7.2 documentation

    determination) regression score function. Best possible score is 1.0 and it...\(R^2\) score is identical to the Explained Variance score . Read...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html
    Wed Nov 26 04:38:21 GMT 2025
      121.5K bytes
      Cache
     
  2. 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
    Wed Nov 26 04:38:19 GMT 2025
      111.8K bytes
      Cache
     
  3. HistGradientBoostingClassifier — scikit-l...

    Scores are computed according to the scoring parameter....parameter. If scoring is not ‘loss’, scores are computed on a subset...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingClassifier.html
    Wed Nov 26 04:38:21 GMT 2025
      175.3K bytes
      Cache
     
  4. 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 Nov 24 11:23:20 GMT 2025
      41.1K bytes
      1 views
     
  5. Categorical Feature Support in Gradient Boostin...

    scoring = scoring ) one_hot_result = cross_validate...y , cv = n_cv_folds , scoring = scoring ) ordinal_result = cross_validate...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_categorical.html
    Wed Nov 26 04:38:21 GMT 2025
      125.4K bytes
      Cache
     
  6. MLPRegressor — scikit-learn 1.7.2 documen...

    The score reported is the R2 score. Only available...The best validation score (i.e. R2 score) that triggered the...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Wed Nov 26 04:38:21 GMT 2025
      163K bytes
      Cache
     
  7. validation_curve — scikit-learn 1.7.2 doc...

    test scores for varying parameter values. Compute scores for an...5-fold. scoring str or callable, default=None Scoring method to...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Wed Nov 26 04:38:21 GMT 2025
      121.9K bytes
      Cache
     
  8. 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 Nov 24 08:52:57 GMT 2025
      143.1K bytes
      Cache
     
  9. Finding outliers | Machine Learning in the Elas...

    the index an outlier score. The outlier score ranges from 0 to 1,...outlier scores for each document. The outlier score indicates...
    www.elastic.co/guide/en/machine-learning/8.19/ml-dfa-finding-outliers.html
    Mon Oct 20 16:31:59 GMT 2025
      38.9K bytes
      Cache
     
  10. check_scoring — scikit-learn 1.7.2 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
    Wed Nov 26 04:38:21 GMT 2025
      113.4K bytes
      Cache
     
Back to Top