Login
From:
scikit-learn
(Uncensored)
subscribe
Custom refit strategy of a grid search with cross-validation — scikit-learn 1.7.0 documentation
https://scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html
links
backlinks
Roast topics
Find topics
Find it!
This examples shows how a classifier is optimized by cross-validation, which is done using the GridSearchCV object on a development set that comprises only half of the available labeled data. The p...