- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1201 - 1210 of 1,998 for store (2.5 seconds)
-
RidgeClassifier — scikit-learn 1.8.0 docu...
confidence scores for samples. The confidence score for a sample...get the confidence scores. Returns : scores ndarray of shape (n_samples,)...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeClassifier.html -
MLPRegressor — scikit-learn 1.8.0 documen...
The score reported is the R2 score. Only available...The best validation score (i.e. R2 score) that triggered the...scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html -
RegressorChain — scikit-learn 1.8.0 docum...
Notes The \(R^2\) score used when calling score on a regressor uses...n_classes) The predicted values. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.multioutput.RegressorChain.html -
Lasso — scikit-learn 1.8.0 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 -
SelectPercentile — scikit-learn 1.8.0 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 -
LassoLarsCV — scikit-learn 1.8.0 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.8.0 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 -
Classification of text documents using sparse f...
it is more evident that the scores of the model trained with metadata...test_time : .3 } s" ) score = metrics . accuracy_score (...scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html -
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 -
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