- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1081 - 1090 of 1,745 for store (3.16 seconds)
-
OrthogonalMatchingPursuitCV — scikit-lear...
Notes The \(R^2\) score used when calling score on a regressor uses...X , y ) >>> reg . score ( X , y ) 0.9991 >>>...scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuitCV.html -
homogeneity_completeness_v_measure — scik...
completeness and V-Measure scores at once. Those metrics are...elements of the same cluster. Both scores have positive values between...scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_completeness_v_measure.html -
MLPClassifier — scikit-learn 1.7.2 docume...
The score reported is the accuracy score. Only available...The best validation score (i.e. accuracy score) that triggered the...scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html -
Effect of model regularization on training and ...
print ( f "Test score: { enet . score ( X_test , y_test )...shows the training and test scores of the model for different...scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html -
Perceptron — scikit-learn 1.7.2 documenta...
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.Perceptron.html -
Sample pipeline for text feature extraction and...
between scoring time and mean test score (i.e. “CV score”). Passing..."trade-off between scoring time and mean test score" , "y"...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html -
BayesianRidge — 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.BayesianRidge.html -
PLSRegression — scikit-learn 1.7.2 docume...
Notes The \(R^2\) score used when calling score on a regressor uses...in high dimensional space. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSRegression.html -
Class Likelihood Ratios to measure classificati...
scoring = scoring , cv = 10 )) positive...( estimator , X , y , scoring = scoring , cv = 10 )) positive...scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html -
OutputCodeClassifier — scikit-learn 1.7.2...
score ( X , y , sample_weight = None...default=None Sample weights. Returns : score float Mean accuracy of self.predict(X)...scikit-learn.org/stable/modules/generated/sklearn.multiclass.OutputCodeClassifier.html