hyperopt / hyperopt-sklearn

Hyper-parameter optimization for sklearn
hyperopt.github.io/hyperopt-sklearn
Other
1.57k stars 270 forks source link

Add n_jobs to _xgboost_hp_space #164

Closed linminhtoo closed 3 years ago

linminhtoo commented 3 years ago
linminhtoo commented 3 years ago

Hi @bjkomer I have edited the typo in a commit about 10 hours ago. I have also noticed another redundant parameter, presort, for GradientBoosting & DecisionTree, which has been deprecated in sklearn since v0.22, and pushed that commit just now as well.

If you want me to make a separate pull request for the latter change, I'll be glad to do so.

bjkomer commented 3 years ago

Looks great, thanks!