You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi @erdiphd, if you look inside the details implementation of the dtreeviz, you will see that each supported library has a custom implementation of the shadow_decision_tree.ShadowDecTree().
If you want to display your own library, you should add a new implementation for ShadowDecTree.
Or maybe a simpler version would be to use Graphviz. You could check more for it and to see if it's a better fit.
Hello
I would like to visualize my custom decisition tree without using the optimized decision tree from the sklearn library
For example;
I have the following Decision Tree and would like to visualize it using the dtreeviz library. How can I do it ?
Thanks
The text was updated successfully, but these errors were encountered: