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)A list of class easy_random_forest.
A data.frame, the replicated random forest variable importance scores.