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

make it easy to predict #61

Closed ymattu closed 5 years ago

ymattu commented 5 years ago

want to write like

res <- xgb_cv_opt(data, label)
pred <- predict(res, newdata)