View source: R/rf_functions_p2.R
feature_importance_plot | R Documentation |
feature_importance_plot
Plots the feature importance for the random forest
feature_importance_plot(mymodel.1.full, var_key, importance_threshold = 10)
mymodel.1.full |
the random forest model |
var_key |
a variable key dataframe linking the variable names and their true meaning |
importance_threshold |
minimum percent of trees variable should be in in order to be included in the plot |
shows the feature importance plot for the model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.