grf-labs/grf
Generalized Random Forests
This tool helps researchers, statisticians, and data scientists understand the specific impact of an intervention or 'treatment' on different individuals or groups. You provide observational data, experiment results, or survey responses, and it tells you who benefits most, least, or differently from a given action. It's designed for anyone needing to identify nuanced cause-and-effect relationships in complex datasets.
1,075 stars.
Use this if you need to determine the varying effects of a treatment or intervention across different subgroups in your data, rather than just an overall average effect.
Not ideal if you are looking for simple correlation analysis or a basic predictive model without a focus on causal inference or heterogeneous effects.
Stars
1,075
Forks
274
Language
C++
License
GPL-3.0
Category
Last pushed
Mar 04, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/grf-labs/grf"
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.
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)