Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1501 - 1510 of 2,378 for store (0.78 seconds)

Filter
  1. KernelRidge — scikit-learn 1.8.0 document...

    Notes The \(R^2\) score used when calling score on a regressor uses...n_targets) Returns predicted values. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_ridge.KernelRidge.html
    Mon Mar 09 14:07:53 UTC 2026
      18.4K bytes
      Cache
     
  2. ARDRegression — scikit-learn 1.8.0 docume...

    Notes The \(R^2\) score used when calling score on a regressor uses...distribution of query points. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ARDRegression.html
    Mon Mar 09 14:07:53 UTC 2026
      17.9K bytes
      Cache
     
  3. BaggingRegressor — scikit-learn 1.8.0 doc...

    Notes The \(R^2\) score used when calling score on a regressor uses...estimator. oob_score_ float Score of the training dataset obtained...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingRegressor.html
    Mon Mar 09 14:07:54 UTC 2026
      18.9K bytes
      Cache
     
  4. NearestCentroid — scikit-learn 1.8.0 docu...

    score ( X , y , sample_weight = None...default=None Sample weights. Returns : score float Mean accuracy of self.predict(X)...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Mon Mar 09 14:07:57 UTC 2026
      17.2K bytes
      Cache
     
  5. 3.2. Tuning the hyper-parameters of an estimato...

    accuracy score is often uninformative), see Which scoring function...alternative scoring function can be specified via the scoring parameter...
    scikit-learn.org/stable/modules/grid_search.html
    Mon Mar 09 14:07:54 UTC 2026
      21.1K bytes
      Cache
     
  6. Pipeline — scikit-learn 1.8.0 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
    Mon Mar 09 14:07:57 UTC 2026
      23K bytes
      Cache
     
  7. 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
    Mon Mar 09 14:07:54 UTC 2026
      22.4K bytes
      Cache
     
  8. SelectKBest — scikit-learn 1.8.0 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 Mar 09 14:07:57 UTC 2026
      17.2K bytes
      Cache
     
  9. Class Likelihood Ratios to measure classificati...

    scoring = scoring , cv = 10 )) positive...( estimator , X , y , scoring = scoring , cv = 10 )) positive...
    scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html
    Mon Mar 09 14:07:56 UTC 2026
      21.6K bytes
      Cache
     
  10. StackingRegressor — scikit-learn 1.8.0 do...

    Notes The \(R^2\) score used when calling score on a regressor uses...fit ( X_train , y_train ) . score ( X_test , y_test ) 0.3... fit...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingRegressor.html
    Mon Mar 09 14:07:53 UTC 2026
      19.5K bytes
      Cache
     
Back to Top