benedekrozemberczki/awesome-decision-tree-papers
A collection of research papers on decision, classification and regression trees with implementations.
Curates papers from 15+ major ML, vision, NLP, and data conferences spanning tree-based methods for explainability, robustness, fairness, and specialized tasks like extreme multi-label ranking. Each paper entry includes direct links to implementations, enabling researchers to reproduce methods across diverse applications from adversarial robustness to counterfactual explanations. The collection emphasizes modern extensions of classical tree algorithms—including neural tangent kernels, Bayesian approaches, and differentiable variants—rather than foundational tree theory.
2,460 stars.
Stars
2,460
Forks
342
Language
Python
License
CC0-1.0
Category
Last pushed
Dec 28, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/benedekrozemberczki/awesome-decision-tree-papers"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
LAMDA-NJU/Deep-Forest
An Efficient, Scalable and Optimized Python Framework for Deep Forest (2021.2.1)
cerlymarco/linear-tree
A python library to build Model Trees with Linear Models at the leaves.
grf-labs/grf
Generalized Random Forests
ysraell/random-forest-mc
Random Forest with Dynamic Tree Selection Monte Carlo Based (RF-TSMC).
ASEM000/pytreeclass
Visualize, create, and operate on pytrees in the most intuitive way possible.