Hello there,
I was wondering if there is a way to visualize the Classification Tree classes (leaves) in the explain_global() plot, or even better, print/return them somehow. I was inspecting the documentation but found nothing about getting the leaves' classes (the plot only shows observation and impurity).
Thank you!
Edit: is there a way to get top decision rules accompanied by the corresponding class, precision, and recall?