Implementation Process - xgboost methods
antoinecarme opened this issue · 1 comments
antoinecarme commented
At least gbTree method
for multiclass classification and regression
As described in issue #2
references :
https://cran.r-project.org/web/packages/xgboost/index.html
https://cran.r-project.org/web/packages/xgboost/xgboost.pdf
https://github.com/topepo/caret/blob/master/models/files/xgbTree.R
https://github.com/cran/xgboost
https://github.com/dmlc/xgboost
antoinecarme commented
Added xgboost classification and regression models support