e_rndf_importance {predictoR}R 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)


[Package predictoR version 4.1.1 Index]