ml_feature_importances | R Documentation |
Spark ML - Feature Importance for Tree Models
ml_feature_importances(model, ...)
ml_tree_feature_importance(model, ...)
model |
A decision tree-based model. |
... |
Optional arguments; currently unused. |
For ml_model
, a sorted data frame with feature labels and their relative importance.
For ml_prediction_model
, a vector of relative importances.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.