barplot_importance {eat} | R Documentation |
Barplot Variable Importance
Description
This function generates a barplot with the importance of each predictor.
Usage
barplot_importance(m, threshold)
Arguments
m |
Dataframe with the importance of each predictor. |
threshold |
Importance score value in which a line should be graphed. |
Value
Barplot representing each variable on the x-axis and its importance on the y-axis.
[Package eat version 0.1.4 Index]