Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

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

  1. 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
    Wed Nov 26 04:38:21 GMT 2025
      149.8K bytes
      Cache
     
  2. 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
     
  3. 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
     
  4. 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
    Wed Nov 26 04:38:21 GMT 2025
      6.6K bytes
     
  5. 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
     
  6. 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
    Wed Nov 26 04:38:21 GMT 2025
      137.4K bytes
      Cache
     
  7. 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
     
  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. Classification of text documents using sparse f...

    it is more evident that the scores of the model trained with metadata...test_time : .3 } s" ) score = metrics . accuracy_score (...
    scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html
    Wed Nov 26 04:38:19 GMT 2025
      158K bytes
      Cache
     
Back to Top