ymattu / MlBayesOpt

R package to tune parameters for machine learning(Support Vector Machine, Random Forest, and Xgboost), using bayesian optimization with gaussian process
Other
45 stars 15 forks source link

Added the ability to set the number of threads xgboost should use #54

Closed mvanwyk closed 6 years ago

mvanwyk commented 6 years ago

Added the ability to set the number of threads xgboost should use to reduce runtimes. It Defaults to 1 to maintain the current code behaviour.

ymattu commented 6 years ago

Please fix bugs on Travis.