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

add function argument to allow for nthread > 1 #67

Open cbdavis opened 5 years ago

cbdavis commented 5 years ago

Currently xgboost is only run using a single thread due to nthread = 1 in xgb_cb_opt.R and xgb_opt.R. It would be nice if the user would have the option to override this default setting.