Let us instantiate the GridSearchCV class by passing to it the selected model and other required parameters.
Let us instantiate the GridSearchCV class by passing to it the following:
param_grid
list (with hyperparameters combinations) that we created in the previous stepcv
parameter with value 5 (cv=5)neg_mean_squared_error
Store this instance in grid_search
variable.
No hints are availble for this assesment
Answer is not availble for this assesment
Note - Having trouble with the assessment engine? Follow the steps listed here
Loading comments...