model_selection#
Wrap a scikit-learn, pybear, or dask_ml GridSearchCV class with a class that overwrites the fit method of that GridSearchCV. |
|
Run multiple passes of grid search with progressively narrower search spaces to find increasingly precise estimates of the best value for each hyperparameter. |
|
Exhaustive cross-validated search over a grid of hyperparameter values and decision thresholds for a binary classifier. |
|
Run multiple passes of grid search with progressively narrower search spaces to find increasingly precise estimates of the best value for each hyperparameter. |