dtreeviz and Interactive-Decision-Trees

One tool provides a Python library for visualizing and interpreting existing decision trees, while the other offers an interactive web-based interface for constructing and analyzing them, making them complementary tools that address different stages of the decision tree workflow.

dtreeviz
71
Verified
Interactive-Decision-Trees
28
Experimental
Maintenance 6/25
Adoption 20/25
Maturity 25/25
Community 20/25
Maintenance 0/25
Adoption 4/25
Maturity 9/25
Community 15/25
Stars: 3,128
Forks: 340
Downloads: 98,489
Commits (30d): 0
Language: Jupyter Notebook
License: MIT
Stars: 8
Forks: 5
Downloads:
Commits (30d): 0
Language: Jupyter Notebook
License: GPL-3.0
No risk flags
Stale 6m No Package No Dependents

About dtreeviz

parrt/dtreeviz

A python library for decision tree visualization and model interpretation.

Supports scikit-learn, XGBoost, LightGBM, Spark MLlib, and TensorFlow Decision Forests through a unified adaptor interface, enabling consistent visualization APIs across frameworks. Generates SVG/PNG visualizations showing tree structure, individual prediction paths with feature contributions, leaf distributions, and decision boundaries for both classification and regression. Also provides feature space exploration tools like decision boundary visualization and hyperparameter animation for model interpretation.

About Interactive-Decision-Trees

Sarailidis/Interactive-Decision-Trees

Interactive Construction and Analysis of Decision Trees

Related comparisons

Scores updated daily from GitHub, PyPI, and npm data. How scores work