Login
From:
scikit-learn
(Uncensored)
subscribe
Comparison between grid search and successive halving — scikit-learn 1.7.0 documentation
https://scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html
links
backlinks
Roast topics
Find topics
Find it!
This example compares the parameter search performed by HalvingGridSearchCV and GridSearchCV. We first define the parameter space for an SVC estimator, and compute the time required to train a Halv...