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
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.