rAutoFS
- title : Auto Feature Selection in R
- author : 2e Consulting DS Lab jacobgreen1984@2e.co.kr
useful functions
- autoFS : a function of auto feature selection based on h2o.automl
- automlVarImp : a function that extracts variable importance from h2o.automl
install
library(devtools)
install_github("2econsulting/rAutoFS")
library(rAutoFS)