Spark ML - Feature Importance for Tree Models
ml_tree_feature_importance(sc, model)
Arguments
| sc |
A spark_connection. |
| model |
An ml_model encapsulating the output from a decision tree. |
Value
A sorted data frame with feature labels and their relative importance.