Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1091 - 1100 of 1,745 for store (1.64 seconds)

  1. cross_val_score — scikit-learn 1.7.2 docu...

    to return train scores, fit times and score times. cross_val_predict...None , * , groups = None , scoring = None , cv = None , n_jobs...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_score.html
    Mon Nov 24 08:52:54 GMT 2025
      126.3K bytes
      Cache
     
  2. plot_multi_metric_evaluation.rst.txt

    scoring=scoring, refit="AUC", n_jobs=2,...can be done by setting the ``scoring`` parameter to a list of metric...
    scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt
    Mon Nov 24 10:55:05 GMT 2025
      6.6K bytes
     
  3. d2_tweedie_score — scikit-learn 1.7.2 doc...

    [source] # \(D^2\) regression score function, fraction of Tweedie...deviance explained. Best possible score is 1.0 and it can be negative...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_tweedie_score.html
    Wed Nov 26 04:38:21 GMT 2025
      110.1K bytes
      Cache
     
  4. User Guide — scikit-learn 1.7.2 documenta...

    Which scoring function should I use? 3.4.2. Scoring API overview...Weighted scoring and fitting 4.1.2. Weighted scoring and unweighted...
    scikit-learn.org/stable/user_guide.html
    Wed Nov 26 04:38:21 GMT 2025
      81.7K bytes
      Cache
     
  5. RFE — scikit-learn 1.7.2 documentation

    Returns : score float Score of the underlying base...sparse csr_matrix . Returns : score array, shape = [n_samples, n_classes]...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFE.html
    Mon Nov 24 11:23:20 GMT 2025
      149.8K bytes
      Cache
     
  6. SequentialFeatureSelector — scikit-learn ...

    scoring str or callable, default=None Scoring method to..., direction = 'forward' , scoring = None , cv = 5 , n_jobs =...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SequentialFeatureSelector.html
    Mon Nov 24 11:23:21 GMT 2025
      143.1K bytes
      Cache
     
  7. SelectKBest — scikit-learn 1.7.2 document...

    arrays (scores, pvalues) or a single array with scores. Default...feature scores, None if score_func returned only scores. n_features_in_...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectKBest.html
    Mon Nov 24 12:29:41 GMT 2025
      137.4K bytes
      Cache
     
  8. Pipeline — scikit-learn 1.7.2 documentation

    Returns : score float Result of calling score on the final...fit ( X_train , y_train ) . score ( X_test , y_test ) 0.88 >>>...
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html
    Wed Nov 26 04:38:19 GMT 2025
      187.8K bytes
      Cache
     
  9. GradientBoostingRegressor — scikit-learn ...

    Notes The \(R^2\) score used when calling score on a regressor uses...squared error with improvement score by Friedman, “squared_error”...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingRegressor.html
    Wed Nov 26 04:38:19 GMT 2025
      171.8K bytes
      Cache
     
  10. v_measure_score — scikit-learn 1.7.2 docu...

    This score is identical to normalized_mutual_info_score...label values won’t change the score value in any way. This metric...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.v_measure_score.html
    Wed Nov 26 04:38:21 GMT 2025
      121.5K bytes
      Cache
     
Back to Top