You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please explain how to do it? and I want to tune this 'add_bedrooms_per_room':[True,False] and also use GridSearchCV to find out what can be the best strategy to fill missing values when we pass 'stategy':["mean","median"] etc
Hi,
In the book, it is mention that we can use some of the data preparation steps as hyper parameters eg
add_bedrooms_per_room
can be hyperparameterI tried putting it directly in the GridSearchCV, but it gives an error.
Can you please explain how to do it? and I want to tune this
'add_bedrooms_per_room':[True,False]
and also use GridSearchCV to find out what can be the best strategy to fill missing values when we pass'stategy':["mean","median"]
etcPlease explain it using this example only:
https://github.com/ageron/handson-ml/blob/master/02_end_to_end_machine_learning_project.ipynb
The text was updated successfully, but these errors were encountered: