dssg / triage

General Purpose Risk Modeling and Prediction Toolkit for Policy and Social Good Problems
Other
185 stars 60 forks source link

Medium Model Grid Presets Missing n_jobs #841

Closed hemanklamba closed 3 years ago

hemanklamba commented 3 years ago

For medium in model_grid_presets; it seems sklearn.ensemble.RandomForestClassifier is missing n_jobs: [-1]

hemanklamba commented 3 years ago

Aaah - I think perhaps n_jobs: -1 is not needed since the small has it.