benedekrozemberczki/awesome-decision-tree-papers
A collection of research papers on decision, classification and regression trees with implementations.
This is a curated collection of research papers and their implementations focused on decision, classification, and regression trees. It provides a comprehensive resource for academics and practitioners interested in the latest advancements and practical applications of tree-based models for various predictive tasks. The collection covers papers from top conferences in machine learning, computer vision, natural language processing, and data mining, making it valuable for researchers, data scientists, and machine learning engineers.
2,460 stars.
Use this if you are a researcher or practitioner looking for cutting-edge academic papers and code implementations on decision, classification, or regression tree algorithms.
Not ideal if you are looking for a tutorial or an introductory guide on how to build or use decision trees for a specific business problem.
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
grf-labs/grf
Generalized Random Forests
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.
ysraell/random-forest-mc
Random Forest with Dynamic Tree Selection Monte Carlo Based (RF-TSMC).
zhaoxingfeng/RandomForest
随机森林,Random Forest(RF)