ImportancePlot | R Documentation |
Plot the feature importance
ImportancePlot(meta_info, train, importance_matrix, top_n = 20)
meta_info |
|
train |
|
importance_matrix |
|
top_n |
Number of the top important features to plot. |
A a list of ggplot objects.
counts <- simSimpleCounts() result <- dropSplit(counts) pl <- ImportancePlot(result$meta_info, result$train, result$importance_matrix, top_n = 20) pl$Importance pl$preDefinedClassExp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.