LucasBoTang / Optimal_Classification_Trees

Three MIP models for optimal classification tree: OCT, binOCT, flowOCT
MIT License
53 stars 14 forks source link

using which function can I plot Optimal Classification Trees? #4

Open nkchangshu opened 2 years ago

nkchangshu commented 2 years ago

Could you give me some advice about which function can I plot Optimal Classification Trees?

LucasBoTang commented 1 year ago

Sklearn provides plot_tree for decision tree visualization. However, I have no plan to add this feature in OCT. I am highly encouraged you and others contribute to the visualization.