- Sort Score
- Num 10 results
- Language All
- Labels All
Results 791 - 800 of 1,301 for store (0.29 seconds)
Filter
-
RBF SVM parameters — scikit-learn 1.8.0 documen...
midpoint value close to the score values of the best performing...better solution can be found. Scores being equal, it may make sense...scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html -
MultiOutputRegressor — scikit-learn 1.8.0 docum...
Notes The \(R^2\) score used when calling score on a regressor uses...generated for each predictor. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputRegressor.html -
NuSVR — scikit-learn 1.8.0 documentation
Notes The \(R^2\) score used when calling score on a regressor uses...(n_samples,) The predicted values. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html -
Demonstration of multi-metric evaluation on cro...
scoring = scoring , refit = "AUC" , n_jobs...can be done by setting the scoring parameter to a list of metric...scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html -
ElasticNetCV — scikit-learn 1.8.0 documentation
Notes The \(R^2\) score used when calling score on a regressor uses...giving the best prediction score is used. Note that a good choice...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html -
RFECV — scikit-learn 1.8.0 documentation
scoring str or callable, default=None Scoring method to...classes_ . score ( X , y , ** score_params ) [source] # Score using...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html -
AdaBoostClassifier — scikit-learn 1.8.0 documen...
score ( X , y ) 0.96 For a detailed...converted to CSR. Returns : score ndarray of shape of (n_samples,...scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html -
Wikipedia principal eigenvector — scikit-learn ...
prev_scores = scores scores = ( alpha * ( scores * X + np . dot...err < n * tol : return scores return scores print ( "Computing principal...scikit-learn.org/stable/auto_examples/applications/wikipedia_principal_eigenvector.html -
explained_variance_score — scikit-learn 1.8.0 d...
variance regression score function. Best possible score is 1.0, lower...Explained Variance score is similar to the R^2 score , but the former...scikit-learn.org/stable/modules/generated/sklearn.metrics.explained_variance_score.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