extract_variable_importances: Extract variable importances.

Description Usage Arguments Value

View source: R/core.R

Description

The generic function for extracting variable importances from a model within the easyml core framework, if such an operation is applicable for that model. Users can create their own extract_variable_importances function for their own class of model.

Usage

1

Arguments

object

A list of class easy_*, where * is the name of the algorithm.

Value

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


easyml documentation built on June 26, 2017, 9:02 a.m.