How to visualize a Regression Tree in Python
问题 I'm looking to visualize a regression tree built using any of the ensemble methods in scikit learn (gradientboosting regressor, random forest regressor,bagging regressor). I've looked at this question which comes close, and this question which deals with classifier trees. But these questions require the 'tree' method, which is not available to the regression models in SKLearn. but it didn't seem to yield a result. I'm running into issues because there is no .tree method for the regression