Learn R Programming

easyml (version 0.1.0)

generate_variable_importances: Generate variable importances for a model (if applicable).

Description

Generate variable importances for a model (if applicable).

Usage

generate_variable_importances(object)

Arguments

object

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

Value

A data.frame, the generated variable importance scores.

See Also

Other generate: generate_coefficients, generate_model_performance, generate_predictions