sparklyr (version 0.7.0)

ml_tree_feature_importance: Spark ML - Feature Importance for Tree Models

Description

Spark ML - Feature Importance for Tree Models

Usage

ml_tree_feature_importance(model, ...)

Arguments

model

A decision tree-based ml_model

...

Optional arguments; currently unused.

Value

A sorted data frame with feature labels and their relative importance.