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")
)
Arguments
- model.rf
a random forest model.
- titles
labels on the chart
Author
Ariel Arroyo <luis.ariel.arroyo@promidat.com>