parrt / dtreeviz

A python library for decision tree visualization and model interpretation.
MIT License
2.94k stars 331 forks source link

Order explain_prediction_path() #234

Closed mepland closed 1 year ago

mepland commented 1 year ago

Save distinct feature_name values as we traverse the tree, so we can print them in the same order later. Addresses https://github.com/parrt/dtreeviz/issues/204

image