- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 741 - 750 of 1,071 for store (0.53 sec)
-
Perceptron — scikit-learn 1.7.2 documentation
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 -
LinearSVR — scikit-learn 1.7.2 documentation
Notes The \(R^2\) score used when calling score on a regressor uses...default value of r2_score . This influences the score method of all...scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVR.html -
SVR — scikit-learn 1.7.2 documentation
Notes The \(R^2\) score used when calling score on a regressor uses...default value of r2_score . This influences the score method of all...scikit-learn.org/stable/modules/generated/sklearn.svm.SVR.html -
StackingRegressor — scikit-learn 1.7.2 document...
Notes The \(R^2\) score used when calling score on a regressor uses...default value of r2_score . This influences the score method of all...scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingRegressor.html -
RANSACRegressor — scikit-learn 1.7.2 documentation
defined by stop_score . Additionally, the score is used to decide...stop_score float, default=np.inf Stop iteration if score is greater...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html -
plot_multi_metric_evaluation.py
sample_score_mean - sample_score_std, sample_score_mean + sample_score_std,...: range(2, 403, 20)}, scoring=scoring, refit="AUC", n_jobs=2,...scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py -
Probability Calibration curves — scikit-learn 1...
precision_score , recall_score , f1_score ]: score_name = metric...precision_score , recall_score , f1_score ]: score_name = metric...scikit-learn.org/stable/auto_examples/calibration/plot_calibration_curve.html -
DummyRegressor — scikit-learn 1.7.2 documentation
score ( X , y ) 0.0 fit ( X , y ,...distribution of query points. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html -
sklearn.model_selection — scikit-learn 1.7.2 do...
cross_val_score Evaluate a score by cross-validation....cross-validation and also record fit/score times. learning_curve Learning...scikit-learn.org/stable/api/sklearn.model_selection.html -
Crafting a minimal reproducer for scikit-learn ...
other_score = gbdt . score ( X_test , y_test ) other_score = gbdt...other_score = gbdt . score ( X_test , y_test ) other_score = gbdt...scikit-learn.org/stable/developers/minimal_reproducer.html