This function acts as a user-friendly interface for the variable importance
scores in a random forest based on individual rpart
trees.
importance_rforest(object)
object | fitted model object from the class |
---|
data frame with one row for each variable and four columns:
the name of the variable.
the average importance score over all the individual trees.
scaled scores which sum to one.
scaled scores such that the maximum value is equal to one.