make_feature_importance_plot.RdMakes a dot chart of feature importance
make_feature_importance_plot(feature_importance, first = 20, best = FALSE)
| 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 |
a `ggplot` object