e_rndf_importance: Var importance Random Forest

View source: R/mod_model_rndf_utils.R

e_rndf_importanceR Documentation

Var importance Random Forest

Description

Var importance Random Forest

Usage

e_rndf_importance(modelo, error = "MeanDecreaseAccuracy")

Arguments

modelo

a random forest model.

error

a character specifying the type of importance.

Value

echarts4r plot

Author(s)

Joseline Quiros <joseline.quiros@promidat.com>

Examples

model <- traineR::train.randomForest(Species~., iris, mtry = 2, ntree = 20)
e_rndf_importance(model)


predictoR documentation built on Nov. 1, 2024, 1:08 a.m.