View source: R/mod_r_forest_utils.R
importance_plot_rf | R Documentation |
graphs the importance of variables for the random forest model according to the percentage increase in mean square error.
importance_plot_rf(
model.rf,
titles = c("Importancia de Variables Segun el Porcentaje de Incremento del MSE",
"Aumento porcentual del error cuadratico medio", "Variable")
)
model.rf |
a random forest model. |
titles |
labels on the chart |
echarts4r plot
Ariel Arroyo <luis.ariel.arroyo@promidat.com>
randomForest
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.