WillKoehrsen / Data-Analysis

Data Science Using Python
https://medium.com/@williamkoehrsen/
MIT License
5.12k stars 3.63k forks source link

Confused about some aspects of grid search reccommendations. #58

Closed apavlo89 closed 4 years ago

apavlo89 commented 4 years ago

Hello,

My question is that in the grid search it came out that n_jobs should be put to None and verbose should be 0. Does that mean I change values only in RandomForestRegressor or should I also change them in grid_search_ad?

Thank you for your help in the matter