Concept

sklearn.model_selection.GridSearchCV

Performs hyperparameter tuning to determine the optimal values for the input model. Some parameters are estimator: the model we want to use for the hyperparameter tuning process, and param_grid: a dictionary in which the keys are the hyperparameters, and their corresponding values are a list of values that parameter can take.

0

1

Updated 2021-07-27

Tags

Data Science