Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1021 - 1030 of 1,745 for store (1.85 seconds)

  1. d2_pinball_score — scikit-learn 1.7.2 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
    Wed Nov 26 04:38:21 GMT 2025
      110.9K bytes
      Cache
     
  2. sklearn.metrics — scikit-learn 1.7.2 docu...

    Compute the F1 score, also known as balanced F-score or F-measure....Choose version sklearn.metrics # Score functions, performance metrics,...
    scikit-learn.org/stable/api/sklearn.metrics.html
    Wed Nov 26 04:38:20 GMT 2025
      159K bytes
      Cache
     
  3. 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
    Wed Nov 26 04:38:19 GMT 2025
      56.2K bytes
      Cache
     
  4. CCA — scikit-learn 1.7.2 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 Nov 24 12:29:38 GMT 2025
      158.4K bytes
      Cache
     
  5. Ridge — scikit-learn 1.7.2 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
    Wed Nov 26 04:38:19 GMT 2025
      153.9K bytes
      Cache
     
  6. ExtraTreeRegressor — scikit-learn 1.7.2 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 Nov 24 12:29:38 GMT 2025
      160.8K bytes
      Cache
     
  7. 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
    Wed Nov 26 04:38:21 GMT 2025
      101.5K bytes
      Cache
     
  8. Metadata Routing — scikit-learn 1.7.2 doc...

    caller = "score" , callee = "score" ), ) return...{'callee': 'score', 'caller': 'score'}], 'router':...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_metadata_routing.html
    Wed Nov 26 04:38:21 GMT 2025
      272.6K bytes
      Cache
     
  9. LarsCV — scikit-learn 1.7.2 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 Nov 24 12:29:38 GMT 2025
      141.7K bytes
      Cache
     
  10. RFECV — scikit-learn 1.7.2 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 Nov 24 11:23:20 GMT 2025
      158.4K bytes
      Cache
     
Back to Top