Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

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

  1. 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
     
  2. 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
     
  3. 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
     
  4. 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
     
  5. Lasso — 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.Lasso.html
    Wed Nov 26 04:38:19 GMT 2025
      167.4K bytes
      Cache
     
  6. learning_curve — scikit-learn 1.7.2 docum...

    scoring str or callable, default=None Scoring method to...0.55, 0.78, 1.]) , cv = None , scoring = None , exploit_incremental_learning...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html
    Mon Nov 24 11:23:20 GMT 2025
      125.7K bytes
      Cache
     
  7. 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
     
  8. 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
     
  9. 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
     
  10. LassoCV — 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.9993 >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html
    Wed Nov 26 04:38:19 GMT 2025
      168.7K bytes
      Cache
     
Back to Top