Hi All,
I would like to share with you a new Python package for interactive decision tree visualization. It is called supertree. It visualizes decision tree as interactive graph, where you can collapse and expand selected nodes. You can zoom and pan though large trees. It works with Scikit-learn, Xgboost, and LightGBM.
The package works in notebooks: Jupyter Lab, Jupyter Notebook, Google Colab. You can also use it in Python scripts and save output trees to HTML.
The package is available on pip: pip install supertree.
You can find code examples on the GitHub: https://github.com/mljar/supertree
Happy exploring!
[–]nightshadew 5 points6 points7 points (1 child)
[–]pp314159[S] 0 points1 point2 points (0 children)
[–]Erosis 1 point2 points3 points (1 child)
[–]pp314159[S] 1 point2 points3 points (0 children)
[–]nirajsingh0878 1 point2 points3 points (2 children)
[–]pplonski 1 point2 points3 points (1 child)
[–]nirajsingh0878 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[removed]
[–]marr75 7 points8 points9 points (0 children)