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 = "X.IncMSE")

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)


regressoR documentation built on April 3, 2025, 9:32 p.m.