- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 31 - 40 of 1,438 for test (0.05 sec)
-
plot_multi_metric_evaluation.zip
1)[0][0] best_score = results["mean_test_%s" % scorer][best_index]...1)[0][0]\n best_score = results[\"mean_test_%s\" % scorer][best_index]\n\n...scikit-learn.org/stable/_downloads/535778bfbc9b4881da3e662bc2ea8484/plot_multi_metric_evaluation.zip -
ValidationCurveDisplay — scikit-learn 1.6.1 doc...
test_scores = test_scores , score_name =...param_range , train_scores , test_scores , score_name = None )...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html -
StratifiedGroupKFold — scikit-learn 1.6.1 docum...
print ( f " Test: index= { test_index } " ) ... print...indices for that split. test ndarray The testing set indices for that...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html -
Model Selection — scikit-learn 1.6.1 documentation
(ROC) Nested versus non-nested cross-validation Nested versus...regularization on training and test error Effect of model regularization...scikit-learn.org/stable/auto_examples/model_selection/index.html -
DummyClassifier — scikit-learn 1.6.1 documentation
n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html -
KFold — scikit-learn 1.6.1 documentation
estimates Nested versus non-nested cross-validation Nested versus...Provides train/test indices to split data in train/test sets. Split...scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html -
plot_multi_metric_evaluation.py
1)[0][0] best_score = results["mean_test_%s" % scorer][best_index]...etc...) The ``best_estimator_``, ``best_index_``, ``best_score_``...scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py -
Synthetic Monitoring with Elastic Observability...
push the test scripts with your code for continued testing in production....code releases and test updates, reuse test scripts to reduce...www.elastic.co/observability/synthetic-monitoring -
fetch_20newsgroups_vectorized — scikit-learn 1....
‘test’ for the test set, ‘all’ for both,...Parameters : subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html -
getting_started.rst.txt
X_test, y_train, y_test = train_test_split(X, y, random_state=0)...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=0)...scikit-learn.org/stable/_sources/getting_started.rst.txt