sibyl-dev / pyreal

An easier approach to using and understanding ML models
MIT License
19 stars 1 forks source link

Add RealApp support for Decision Tree #331

Open zyteka opened 1 year ago

zyteka commented 1 year ago

For this issue, Decision Tree explainers should be supported in RealApp, and the plot_tree function should be updated to have the consistent visualization format.

For the explanation format, consider: https://scikit-learn.org/stable/auto_examples/tree/plot_unveil_tree_structure.html

zyteka commented 1 year ago

Moving this to new milestone to avoid blocking sibyl-api