- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 271 - 280 of 1,752 for test (0.12 sec)
-
auto_examples_python.zip
tick test_stats["n_test"] += len(y_test) test_stats["n_test_pos"]...X_train, X_test, y_train, y_test = train_test_split( X, y, test_size=0.25,...scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip -
Compare cross decomposition methods — scikit-le...
) X_test_r , Y_test_r = cca . transform ( X_test , Y_test ) Total...Y_train ) X_test_r , Y_test_r = plsca . transform ( X_test , Y_test...scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html -
Custom refit strategy of a grid search with cro...
import train_test_split X_train , X_test , y_train , y_test = train_test_split..., "mean_test_recall" , "std_test_recall" , "mean_test_precision"...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html -
A Florida Doctor Removed a Man’s Liver Instead ...
Tests there revealed a mass on Bill’s...medication and undergoing more tests. With his pain stable, the couple...nymag.com/intelligencer/article/thomas-shaknovsky-bill-bryan-surgery-never-event.html -
Installing scikit-learn — scikit-learn 1.6.0 do...
2 tests pytest-cov 2.9.0 tests ruff 0.5.1 tests black 24.3.0...24.3.0 tests mypy 1.9 tests pyamg 4.0.0 tests polars 0.20.30 docs,...scikit-learn.org/stable/install.html -
Balance model complexity and cross-validated sc...
deviation of the best `mean_test_score`. """ best_score_idx = np...][ best_score_idx ] - cv_results [ "std_test_score" ][ best_score_idx...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html -
Shrinkage covariance estimation: LedoitWolf vs ...
coloring_matrix ) X_test = np . dot ( base_X_test , coloring_matrix...ymin , - cv . best_estimator_ . score ( X_test ), color = "cyan"...scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html -
Overview of multiclass training meta-estimators...
probability Nested versus non-nested cross-validation Nested versus..."DecisionTreeClassifi" : cv_results_tree [ "test_score" ], "OneVsOneClassifier"...scikit-learn.org/stable/auto_examples/multiclass/plot_multiclass_overview.html -
plot_release_highlights_1_5_0.py
X_test, y_train, y_test = train_test_split(X, y, random_state=0)...imator(classifier_05, X_test, y_test) # %% # Lowering the threshold,...scikit-learn.org/stable/_downloads/ba0cfc16d7953e1c2c6912b6beca1e91/plot_release_highlights_1_5_0.py -
Release Highlights for scikit-learn 1.5 — sciki...
X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( classifier_05 , X_test , y_test ) Lowering the threshold,...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html