I'm currently working on an algorithm to improve the "feature_importances_" attribute in Random Forest Regressor, since it can potentially be misleading because of the presence "...of high-cardinality features." Nevertheless, I've been reading Classification and Regression Trees (Breiman et al., 1984), Random Forests (Breiman, 2001) and sklearn's documentation for regression trees, but I haven't found any mention of the meaning/interpretation of the "value" attribute of a node within a decision tree. I provided an image for clarification.
Could someone explain what the "value" attribute mean for the root nodeRahmstorf Sealevel/ Temperature model via RF Regressor
I've been researching Random Forest Regressor for my thesis and haven't found any mention of it, besides its interpretation for classifications problems.