faster-hyperparameter-tuning-with-scikit-learn
Photo by Roberta Sorge on Unsplash If you are a Scikit-Learn fan, Christmas came a few days early in 2020 with the release of version 0.24.0. Among the new features are 2 experimental classes in the model_selection module that support faster hyperparameter optimization: HalvingGridSearchCV and HalvingRandomSearchCV. Like their close cousins GridSearchCV and RandomizedSearchCV, they use … Read more faster-hyperparameter-tuning-with-scikit-learn