- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1261 - 1270 of 1,998 for store (2.48 seconds)
-
RegressorMixin — scikit-learn 1.8.0 docum...
score ( X , y ) 0.0 score ( X , y , sample_weight...Notes The \(R^2\) score used when calling score on a regressor uses...scikit-learn.org/stable/modules/generated/sklearn.base.RegressorMixin.html -
MLPClassifier — scikit-learn 1.8.0 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 -
confusion_matrix_at_thresholds — scikit-l...
negative samples assigned a score < thresholds[i] . fps ndarray...negative samples assigned a score >= thresholds[i] . The total...scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix_at_thresholds.html -
Perceptron — scikit-learn 1.8.0 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 -
Gradient Boosting Out-of-Bag estimates — ...
score ( X_test , y_test ) print (..."""compute deviance scores on ``X_test`` and ``y_test...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html -
MultinomialNB — scikit-learn 1.8.0 docume...
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.naive_bayes.MultinomialNB.html -
Comparison of Calibration of Classifiers —...
minimize proper scoring rules: the Brier score or the log-loss...= 10 , l1_ratios = ( 0 ,), scoring = "neg_log_loss"...scikit-learn.org/stable/auto_examples/calibration/plot_compare_calibration.html -
Arrow right
deployments Arrow down Featured stories Arrow down Deployment process...amazing prototypes, but the story ends there. Every Call for Code...developer.ibm.com/callforcode/solutions/deployments/ -
plot_multi_metric_evaluation.rst.txt
scoring=scoring, refit="AUC", n_jobs=2,...can be done by setting the ``scoring`` parameter to a list of metric...scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt