Viewing Trees from a Gradient Boosted Trees Model

Is it possible to view / visualize the individual trees from a boosted trees model? This seems to be possible for single decision trees or random forests (via ensemble extractor) but I cant seem to input single trees from a boosted trees model into the standard viewer nodes (decision tree viewer / image).

I can convert the model into a PMML and read the code of each tree but a visual representation would be ideal. Anyone done this before?

1 Like

Hi @mzlkwsk,

as it seems, a view is currently not available for Gradient Boosted Trees. Feeding the model into the Decision Tree Viewer does not work, unfortunately. It would indeed be helpful, so I will create a ticket for it.

I guess right now the only option would be using an R or Python View node and implement an own view for the trees.

Best,

Julian

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.