andrewherren / XBCF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accelerated Bayesian Causal Forests (XBCF)

About

This package implements the Accelerated Bayesian Causal Forests approach for conditional average treatment effect estimation. This approach builds on the methodology behind Bayesian Causal Forests outlined in Hahn et al. (2020) and incorporates several improvements to Bayesian Additive Regression Trees implemented by He et al. (2019).

This package is based on the source code of XBART package and was originally developed as a branch of that repository.

Installation

To install the package, run from the R console:

library(devtools)

install_github("socket778/XBCF")

About


Languages

Language:C++ 76.2%Language:C 15.2%Language:Python 4.8%Language:R 2.8%Language:SWIG 0.8%Language:Shell 0.2%Language:Batchfile 0.0%