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)

Arguments

object

A list of class easy_random_forest.

Value

A data.frame, the replicated random forest variable importance scores.