References ========== Open Source Software Projects ----------------------------- Python Packages ~~~~~~~~~~~~~~~ - `DoWhy `_: a package for causal inference based on causal graphs. - `CausalLift `_: a package for uplift modeling based on T-learner :cite:`kunzel2019metalearners`. - `PyLift `_: a package for uplift modeling based on the transformed outcome method in :cite:`athey2016recursive`. - `EconML `_: a package for treatment effect estimation with orthogonal random forest :cite:`oprescu2018orthogonal`, DeepIV :cite:`hartford2017deep` and other ML methods. R Packages ~~~~~~~~~~ - `uplift `_: a package for treatment effect estimation with ML. - `grf `_: a package for forest-based honest estimation from :cite:`athey2019generalized`. Papers ------ .. bibliography:: refs.bib :style: plain