- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 341 - 350 of 930 for tests (0.15 sec)
-
Getting Started — scikit-learn 1.7.dev0 documen...
X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...scikit-learn.org/dev/getting_started.html -
RepeatedKFold — scikit-learn 1.6.1 documentation
print ( f " Test: index= { test_index } " ) ... Fold...index=[0 1] Test: index=[2 3] Fold 1: Train: index=[2 3] Test: index=[0...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html -
cRank it up! - Introducing the Elastic Rerank m...
Our detailed testing shows a 40% uplift on a broad...much larger models. In our testing a few models, such as bge-re-ranker-v2-gemma...www.elastic.co/search-labs/blog/elastic-rerank-model-introduction -
Varying regularization in Multi-layer Perceptro...
training and test part X_train , X_test , y_train , y_test = train_test_split...and testing points ax . scatter ( X_test [:, 0 ], X_test [:,...scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_alpha.html -
Version 0.17 — scikit-learn 1.7.dev0 documentation
ShuffleSplit generate train-test folds, respectively similar...option to cross_validation.train_test_split for stratified splitting....scikit-learn.org/dev/whats_new/v0.17.html -
MultiTaskLassoCV — scikit-learn 1.6.1 documenta...
test) splits as arrays of indices....n_folds) Mean square error for the test set on each fold, varying alpha....scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html -
Successive Halving Iterations — scikit-learn 1....
values = "mean_test_score" ) ax = mean_scores ....iterations" ) ax . set_ylabel ( "mean test score" , fontsize = 15 ) ax...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html -
Guiding your organization with the 2024 Elastic...
(OSTs) — tools that are used to test and identify flaws in environments....simulations like red teaming or pen testing. We can prepare for these potential...www.elastic.co/blog/guiding-your-team-2024-global-threat-report -
plot_classifier_comparison.ipynb
y_test = train_test_split(\n X, y, test_size=0.4, random_state=42\n...the testing points\n ax.scatter(\n X_test[:, 0], X_test[:, 1],...scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb -
learning_curve — scikit-learn 1.6.1 documentation
( f "The average test accuracy is { cv_test_scores . mean ()...cross-validated training and test scores for different training...scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html