Learn R Programming

easyml (version 0.1.0)

extract_variable_importances.easy_random_forest: Extract variable importance scores from a random forest model.

Description

This function wraps the procedure for extracting variable importances from a random forest model and makes it accessible to the easyml core framework.

Usage

# 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.