Input
ExecutionExecution trigger
AI/ML/Model Info
Extract per-feature importance from a Decision Tree, Random Forest or AdaBoost model
Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.
Execution trigger
Trained tree model (Decision Tree, Random Forest or AdaBoost)
Optional column labels in training order. Unnamed columns fall back to feature_<index>.
Activated once the importances are computed
Per-feature importance with leaf and depth statistics
Model kind the importances were computed from
Number of feature columns covered by the report
Number of trees that contributed
How the per-tree importances were combined
One entry per feature, in column order
Importance of a single input feature (column of the training matrix)
Position of the feature inside the training vector
Label of the feature, taken from the Feature Names input or generated as `feature_<index>`
Relative impurity decrease attributed to this feature, normalized so all entries sum to 1.0
Absolute mean impurity decrease over the splits that used this feature
Number of trees whose feature subset contained this column
Column indices ordered by importance, most important first
Total number of leaves over all contributing trees
Deepest node depth over all contributing trees
Normalized importance per feature, in column order
Name of the most important feature