regressoR (version 3.0.2)

importance_plot_rf: importance_plot_rf

Description

graphs the importance of variables for the random forest model according to the percentage increase in mean square error.

Usage

importance_plot_rf(
  model.rf,
  titles = c("Importancia de Variables Segun el Porcentaje de Incremento del MSE",
    "Aumento porcentual del error cuadratico medio", "Variable")
)

Value

echarts4r plot

Arguments

model.rf

a random forest model.

titles

labels on the chart

Author

Ariel Arroyo <luis.ariel.arroyo@promidat.com>

See Also