View source: R/mod_model_rndf_utils.R
e_rndf_importance | R Documentation |
Var importance Random Forest
e_rndf_importance(modelo, error = "MeanDecreaseAccuracy")
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.