Implementation Process - rf method
antoinecarme opened this issue · 1 comments
antoinecarme commented
for random forest support (multiclass classification and regression, see #2 )
As described in issue #2
https://cran.r-project.org/web/packages/randomForest/index.html
https://cran.r-project.org/web/packages/randomForest/randomForest.pdf
https://github.com/cran/randomForest
https://github.com/topepo/caret/blob/master/models/files/rf.R
antoinecarme commented
Added random forest (rf) classification and regression models support