- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 341 - 350 of 931 for tests (0.08 sec)
-
LeaveOneGroupOut — scikit-learn 1.6.1 documenta...
f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneGroupOut.html -
ClassifierMixin — scikit-learn 1.7.dev0 documen...
the mean accuracy on the given test data and labels. In multi-label...shape (n_samples, n_features) Test samples. y array-like of shape...scikit-learn.org/dev/modules/generated/sklearn.base.ClassifierMixin.html -
maxabs_scale — scikit-learn 1.6.1 documentation
splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.maxabs_scale.html -
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 -
auto_examples_jupyter.zip
X_test, y_train, y_test = train_test_split(\n X, y, test_size=0.25,...\"%(n_test)6d test docs (%(n_test_pos)6d positive) \" % test_stats\n...scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip -
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 -
Get started with generative AI free | Elastic
Test out ingesting your data, build...Elastic to… Quickly build AI apps Test AI search using your own data,...www.elastic.co/cloud/generative-ai-trial-overview -
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 -
plot_release_highlights_1_6_0.zip
# - Many tests in the common test suite are updated...more details.\n- Many tests in the common test suite are updated...scikit-learn.org/stable/_downloads/151e78f803ff9f3154dd7dbbaf45e0b0/plot_release_highlights_1_6_0... -
ElasticNet — scikit-learn 1.6.1 documentation
n_features) Test samples. For some estimators...regularization on training and test error Effect of model regularization...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html