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?
Este ejercicio forma parte del curso
Hyperparameter Tuning in Python
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
