/bcf

Bayesian Causal Forests

Primary LanguageC++

Bayesian Causal Forests

This is a copy of the original BCF repo. The main purpose of this fork is implementation of warm start-BCF.

Installation


The current version of this repo can be installed via:

```{r}
if (!require("devtools")) {
  install.packages("devtools")
}
devtools::install_github("socket778/bcf")