GridSearchCV inputs
Let's test your knowledge of GridSeachCV
inputs by answering the question below.
Three GridSearchCV
objects are available in the console, named model_1
, model_2
, model_3
. Note that there is no data available to fit these models. Instead, you must answer by looking at their construct.
Which of these GridSearchCV
objects would not work when we try to fit it?
This exercise is part of the course
Hyperparameter Tuning in Python
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
