- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 731 - 740 of 1,298 for store (0.52 sec)
-
Compare Stochastic learning strategies for MLPC...
print ( "Training set score: %f " % mlp . score ( X , y )) print (...learning-rate Training set score: 0.980000 Training set loss:...scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_training_curves.html -
Lasso — scikit-learn 1.7.0 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.linear_model.Lasso.html -
Outlier detection with Local Outlier Factor (LO...
outlier scores radius = ( X_scores . max () - X_scores ) / ( X_scores...X_scores . max () - X_scores . min ()) scatter = plt . scatter...scikit-learn.org/stable/auto_examples/neighbors/plot_lof_outlier_detection.html -
Early stopping of Stochastic Gradient Descent —...
train_score , test_score = fit_and_score ( estimator ,...estimator . n_iter_ train_score = estimator . score ( X_train , y_train...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html -
Displaying Pipelines — scikit-learn 1.7.0 docum...
'2*n_jobs' error_score nan return_train_score False estimator:...'classifier__n_estimators': [200, 500]} scoring None n_jobs 1 refit True cv...scikit-learn.org/stable/auto_examples/miscellaneous/plot_pipeline_display.html -
LassoLarsIC — scikit-learn 1.7.0 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.linear_model.LassoLarsIC.html -
GradientBoostingClassifier — scikit-learn 1.7.0...
train_score_ ndarray of shape (n_estimators,) The i-th score train_score_[i]...squared error with improvement score by Friedman, ‘squared_error’...scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html -
Effect of model regularization on training and ...
"R$^2$ Score" , ) test_scores_mean = disp . test_scores . mean...param_range = alphas , scoring = "r2" , n_jobs = 2 , score_type = "both"...scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html -
plot_multi_metric_evaluation.rst.txt
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/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt -
det_curve — scikit-learn 1.7.0 documentation
y_score ndarray of shape of (n_samples,) Target scores, can...sklearn.metrics. det_curve ( y_true , y_score , pos_label = None , sample_weight...scikit-learn.org/stable/modules/generated/sklearn.metrics.det_curve.html