With my understanding that the Gini decrease can be calculated in a straightforward manner by subtracting the Gini impurity of child nodes from the parent node, how are all calculations aggregated per feature across the forest?
For example I have seen many MeanGiniDecrease graphs that show values of over 100 for some features. It seems unrealistic (or maybe it isn't??) that summing all decreases on nodes relevant to a given feature (all values between 0 and 1) for a given tree would produce such large numbers.
Any help would be greatly appreciated!