uber / causalml

Uplift modeling and causal inference with machine learning algorithms
Other
4.9k stars 762 forks source link

the uplift random forest is based on which paper? #114

Closed DSXiangLi closed 4 years ago

jeongyoonlee commented 4 years ago

UpliftRandomForestClassifier is based on Ensemble methods for uplift modeling by Sołtys (2015) and its base learner, UpliftTreeClassifier is based on Decision trees for uplift modeling with single and multiple treatments by Rzepakowski and Jaroszewicz (2012).

More references for other methods are available at the API documentation site.