pyreal icon indicating copy to clipboard operation
pyreal copied to clipboard

Unify visualization process

Open zyteka opened this issue 3 years ago • 1 comments

Right now, visualizing different explanation types requires calling completely different functions, often with totally different parameters. plot_tree, for example, take an explainer, while plot_top_contributors takes an explanation.

For this issue, we will unify feature-based explanations to use consistent input - namely, either Pyreal Explanation objects or RealApp return types. Both should be supported

zyteka avatar Oct 24 '22 22:10 zyteka

Reopening as this did not fix the plot_tree inconsistencies

zyteka avatar Aug 14 '23 17:08 zyteka