This function wraps the procedure for extracting variable importances from a random forest model and makes it accessible to the easyml core framework.
# S3 method for easy_random_forest extract_variable_importances(object)
object | A list of class |
---|
A data.frame, the replicated random forest variable importance scores.