- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 241 - 250 of 1,456 for test (0.1 sec)
-
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 -
Decision Tree Regression — scikit-learn 1.6.1 d...
Get predictions on the test set X_test = np . arange ( 0.0 , 5.0...predict ( X_test ) y_2 = regr_2 . predict ( X_test ) Plot the...scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html -
Probability Calibration curves — scikit-learn 1...
X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , n_bins = 10 , name = name...scikit-learn.org/stable/auto_examples/calibration/plot_calibration_curve.html -
Version 0.13 — scikit-learn 1.6.1 documentation
train_test_split being interpreted as a test by Yaroslav...Changed default test_size in cross_validation.train_test_split to None,...scikit-learn.org/stable/whats_new/v0.13.html -
Comparing Random Forests and Histogram Gradient...
significant improvement of the testing score. Plot results # We can...elapsed computing time and mean test score. Passing the cursor over...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html -
Comparison of kernel ridge regression and SVR —...
train_time = [] test_time = [] for train_test_size in sizes :...fit ( X [: train_test_size ], y [: train_test_size ]) train_time...scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html -
Gradient Boosting regularization — scikit-learn...
X_test , y_train , y_test = train_test_split ( X ,...( X_test )): test_deviance [ i ] = 2 * log_loss ( y_test , y_proba...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regularization.html -
Time-related feature engineering — scikit-learn...
test_0 = all_splits [ 0 ] X . iloc [ test_0 ] season...train_4 , test_4 = all_splits [ 4 ] X . iloc [ test_4 ] season...scikit-learn.org/stable/auto_examples/applications/plot_cyclical_feature_engineering.html -
Release Highlights for scikit-learn 0.23 — scik...
X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test )) print ( gbdt . score ( X_test , y_test...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_23_0.html -
Comparison between grid search and successive h...
is_sh : # SH dataframe: get mean_test_score values for the highest...= "param_C" , values = "mean_test_score" , aggfunc = "last" ,...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html