Makes a dot chart of feature importance

makeFeatureImportancePlot(FeatureImportance, first = 20, best = FALSE)

Arguments

FeatureImportance

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