importance_rf | R Documentation |
Extracts feature importance in random forest in a nice format.
importance_rf(rf)
rf |
An object of class randomForest |
data frame of feature importance
randomForest
, fit_rf
rf <- fit_rf(example_set, y = "Group")
rf
importance_rf(rf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.