| ml_tree_feature_importance {sparklyr} | R Documentation |
Spark ML - Feature Importance for Tree Models
ml_tree_feature_importance(model, ...)
model |
A decision tree-based |
... |
Optional arguments; currently unused. |
A sorted data frame with feature labels and their relative importance.