get_feature_importance
Retrieve the top features from stored SHAP values, ranked by impact. Use top_n to set the number of features to return.
Instructions
Return global feature importance from stored SHAP values.
Parameters
top_n : int Number of top features to return (default: 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||