Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1061 - 1070 of 1,745 for store (3.87 seconds)

  1. Univariate Feature Selection — scikit-lea...

    y_train ) scores = - np . log10 ( selector . pvalues_ ) scores /= scores...selection with F-test for feature scoring. We use the default selection...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection.html
    Wed Nov 26 04:38:21 GMT 2025
      105.9K bytes
      Cache
     
  2. AdaBoostRegressor — scikit-learn 1.7.2 do...

    Notes The \(R^2\) score used when calling score on a regressor uses...array([4.7972]) >>> regr . score ( X , y ) 0.9771 For a detailed...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostRegressor.html
    Wed Nov 26 04:38:21 GMT 2025
      144.8K bytes
      Cache
     
  3. SelectPercentile — scikit-learn 1.7.2 doc...

    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.SelectPercentile.html
    Mon Nov 24 12:29:38 GMT 2025
      136.9K bytes
      Cache
     
  4. roc_auc_score — scikit-learn 1.7.2 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
    Wed Nov 26 04:38:19 GMT 2025
      131.3K bytes
      Cache
     
  5. clustering.rst.txt

    lower scores, and for the adjusted Rand index the score will be...1.0 is the perfect match score. The score range is [0, 1] for the...
    scikit-learn.org/stable/_sources/modules/clustering.rst.txt
    Mon Nov 24 11:06:34 GMT 2025
      92.8K bytes
     
  6. LassoLarsCV — scikit-learn 1.7.2 document...

    Notes The \(R^2\) score used when calling score on a regressor uses...X , y ) >>> reg . score ( X , y ) 0.9993 >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html
    Mon Nov 24 10:40:49 GMT 2025
      145.6K bytes
      Cache
     
  7. DensityMixin — scikit-learn 1.7.2 documen...

    "score" ) True score ( X , y = None ) [source]...through the estimator_type tag; score method that default that do...
    scikit-learn.org/stable/modules/generated/sklearn.base.DensityMixin.html
    Mon Nov 24 12:29:38 GMT 2025
      107.6K bytes
      Cache
     
  8. ARDRegression — scikit-learn 1.7.2 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 Nov 24 10:55:06 GMT 2025
      141.2K bytes
      Cache
     
  9. KernelRidge — scikit-learn 1.7.2 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 Nov 24 12:29:41 GMT 2025
      142.3K bytes
      Cache
     
  10. BaggingRegressor — scikit-learn 1.7.2 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
    Wed Nov 26 04:38:21 GMT 2025
      147.5K bytes
      Cache
     
Back to Top