- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 411 - 420 of 850 for tests (0.11 sec)
-
ElasticNetCV — scikit-learn 1.7.0 documentation
case the different values are tested by cross-validation and the...default=None Values of alphas to test along the regularization path,...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html -
StackingClassifier — scikit-learn 1.7.0 documen...
train_test_split >>> X_train , X_test , y_train , y_test = train_test_split..., y_train ) . score ( X_test , y_test ) 0.9... decision_function...scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html -
InputTags — scikit-learn 1.7.0 documentation
Note that most common tests currently run only if this flag...scikit-learn.org/stable/modules/generated/sklearn.utils.InputTags.html -
Examples — scikit-learn 1.7.0 documentation
Comparison of F-test and mutual information Comparison of F-test and mutual...regularization on training and test error Effect of model regularization...scikit-learn.org/stable/auto_examples/index.html -
sklearn.feature_selection — scikit-learn 1.7.0 ...
pvalues below alpha based on a FPR test. SelectFromModel Meta-transformer...Univariate linear regression tests returning F-statistic and p-values....scikit-learn.org/stable/api/sklearn.feature_selection.html -
robust_scale — scikit-learn 1.7.0 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.robust_scale.html -
1.11. Ensembles: Gradient boosting, random fore...
train_test_split >>> X_train , X_test , y_train , y_test = train_test_split..., X_test = X [: 2000 ], X [ 2000 :] >>> y_train , y_test = y...scikit-learn.org/stable/modules/ensemble.html -
plot_release_highlights_1_7_0.py
y_val = train_test_split(X, y, test_size=0.2, random_state=0)...sklearn.model_selection import train_test_split from sklearn.pipeline...scikit-learn.org/stable/_downloads/27dd4dbb41dee53fc86e0d5b6d3254d3/plot_release_highlights_1_7_0.py -
Introducing the OTTL Playground for OpenTelemet...
and test statements in real-time, making...users to create, modify, and test statements in real-time, making...www.elastic.co/observability-labs/blog/introducing-the-ottl-playground-for-opentelemetry -
Comparing randomized search and grid search for...
"mean_test_score" ][ candidate ], results [ "std_test_score"...not carry over to a held-out test set. Note that in practice,...scikit-learn.org/stable/auto_examples/model_selection/plot_randomized_search.html