LAMDA-NJU/Deep-Forest
An Efficient, Scalable and Optimized Python Framework for Deep Forest (2021.2.1)
This tool helps data scientists and machine learning engineers build powerful predictive models using tabular data. You feed it your organized spreadsheet-like data, and it outputs a highly accurate model capable of making predictions or classifications. It's designed for professionals who need effective, scalable, and easy-to-use alternatives to traditional tree-based algorithms.
962 stars. No commits in the last 6 months. Available on PyPI.
Use this if you need to build accurate classification or regression models from tabular datasets and want a robust alternative to methods like Random Forest or GBDT, especially for large datasets.
Not ideal if your primary data is structured like images and you intend to use multi-grained scanning for feature extraction.
Stars
962
Forks
167
Language
Python
License
—
Category
Last pushed
Sep 14, 2025
Commits (30d)
0
Dependencies
4
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/LAMDA-NJU/Deep-Forest"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related frameworks
grf-labs/grf
Generalized Random Forests
cerlymarco/linear-tree
A python library to build Model Trees with Linear Models at the leaves.
benedekrozemberczki/awesome-decision-tree-papers
A collection of research papers on decision, classification and regression trees with implementations.
ysraell/random-forest-mc
Random Forest with Dynamic Tree Selection Monte Carlo Based (RF-TSMC).
zhaoxingfeng/RandomForest
随机森林,Random Forest(RF)