- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1061 - 1070 of 1,745 for store (3.87 seconds)
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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