powered by
graphs the importance of variables for the random forest model.
importance_plot_rf(model.rf, title.1, title.2)
a random forest model.
the title of the first chart.
the title of the second chart.
randomForest
# NOT RUN { library(randomForest) x <- rf_model('iris', 'Petal.Length') exe(x) importance_plot_rf(modelo.rf, translate('impVarA'), translate('impVarRSS')) # }
Run the code above in your browser using DataLab