WillKoehrsen / Data-Analysis

Data Science Using Python

Home Page:https://medium.com/@williamkoehrsen/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Confused about some aspects of grid search reccommendations.

apavlo89 opened this issue · comments

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