Description Usage Arguments Value
View source: R/make_feature_importance_plot.R
Makes a dot chart of feature importance
1 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.