Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1171 - 1180 of 1,998 for store (2.92 seconds)

  1. Custom refit strategy of a grid search with cro...

    define the scores to select the best candidate. scores = [ "precision"...(), tuned_parameters , scoring = scores , refit = refit_strategy...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html
    Mon Jan 26 11:09:14 GMT 2026
      156.8K bytes
      Cache
     
  2. permutation_test_score — scikit-learn 1.8...

    "Original Score: { score : .3f } " ) Original Score: 0.810...level. scoring str or callable, default=None Scoring method to...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html
    Mon Jan 26 14:16:29 GMT 2026
      121.7K bytes
      Cache
     
  3. Demonstration of multi-metric evaluation on cro...

    scoring = scoring , refit = "AUC"...can be done by setting the scoring parameter to a list of metric...
    scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html
    Mon Jan 26 11:09:14 GMT 2026
      101.2K bytes
      Cache
     
  4. CCA — scikit-learn 1.8.0 documentation

    Notes The \(R^2\) score used when calling score on a regressor uses...in high dimensional space. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.CCA.html
    Mon Jan 26 11:09:17 GMT 2026
      159.1K bytes
      Cache
     
  5. Ridge — scikit-learn 1.8.0 documentation

    Notes The \(R^2\) score used when calling score on a regressor uses...(n_samples,) Returns predicted values. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html
    Mon Jan 26 14:16:29 GMT 2026
      154.9K bytes
      Cache
     
  6. Metadata Routing — scikit-learn 1.8.0 doc...

    caller = "score" , callee = "score" ), ) return...{'callee': 'score', 'caller': 'score'}], 'router':...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_metadata_routing.html
    Mon Jan 26 11:09:12 GMT 2026
      285.6K bytes
      Cache
     
  7. ExtraTreeRegressor — scikit-learn 1.8.0 d...

    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.tree.ExtraTreeRegressor.html
    Mon Jan 26 14:16:30 GMT 2026
      161.5K bytes
      Cache
     
  8. roc_auc_score — scikit-learn 1.8.0 docume...

    transpose ([ score [:, 1 ] for score in y_score ]) >>>...Curve (ROC AUC) from prediction scores. Note: this implementation...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html
    Mon Jan 26 14:16:33 GMT 2026
      132.8K bytes
      Cache
     
  9. RFECV — scikit-learn 1.8.0 documentation

    scoring str or callable, default=None Scoring method to...classes_ . score ( X , y , ** score_params ) [source] # Score using...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Mon Jan 26 11:09:14 GMT 2026
      158.1K bytes
      Cache
     
  10. dcg_score — scikit-learn 1.8.0 documentation

    we predict scores for the answers >>> scores = np . asarray...Cumulative Gain. Sum the true scores ranked in the order induced...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.dcg_score.html
    Mon Jan 26 14:16:30 GMT 2026
      113K bytes
      Cache
     
Back to Top