- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 781 - 790 of 1,083 for store (0.43 sec)
-
learning_curve — scikit-learn 1.7.2 documentation
scoring str or callable, default=None Scoring method to...train_scores array of shape (n_ticks, n_cv_folds) Scores on training...scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html -
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 -
How does Elastic Security drive value to your o...
There are so many great stories I can tell you about how Elastic...terabytes of data, but this story doesn't tell us the rest of...www.elastic.co/blog/how-elastic-security-drive-value-organization -
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 -
Introducing the set_output API — scikit-learn 1...
SelectPercentile Parameters score_func <function f_c...x7faad1943be0>...( X_train , y_train ) clf . score ( X_test , y_test ) 0.801829268292683...scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html -
Implementing search and generative AI for your ...
www.elastic.co/resources/search/ebook/implementing-search-for-your-knowledge-base -
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 -
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_classifier_comparison.py
y_train) score = clf.score(X_test, y_test) Decis...0.3, y_min + 0.3, ("%.2f" % score).lstrip("0"), size=15, hori...scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py -
Multilabel classification using a classifier ch...
model_scores = [ ovr_jaccard_score ] + chain_jaccard_scores + [...X_test ) ovr_jaccard_score = jaccard_score ( Y_test , Y_pred_ovr...scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html