e_rndf_importance {regressoR} | R Documentation |
Var importance Random Forest
e_rndf_importance(modelo, error = "X.IncMSE")
modelo |
a random forest model. |
error |
a character specifying the type of importance. |
echarts4r plot
Joseline Quiros <joseline.quiros@promidat.com>
model <- traineR::train.randomForest(Species~., iris, mtry = 2, ntree = 20)
e_rndf_importance(model)