Makes a dot chart of feature importance

make_feature_importance_plot(feature_importance, first = 20, best = FALSE)

Arguments

feature_importance

a `data.frame` with column `Overall` and `var`

first

`numeric`, number of feature to display

best

`logical`, default to `FALSE`, to highlight which features are selected in an optimal (best) set

Value

a `ggplot` object