diff --git a/DESCRIPTION b/DESCRIPTION index 7d3bdc53..282e061b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,9 +10,11 @@ Authors@R: person("Jingyu", "He", role = "aut"), person("stochtree contributors", role = c("cph")) ) -Description: Flexible stochastic tree ensemble software. Robust implementations of - Bayesian Additive Regression Trees (Chipman, George, McCulloch (2010) ) - for supervised learning and (Bayesian Causal Forests (BCF) Hahn, Murray, Carvalho (2020) ) +Description: Flexible stochastic tree ensemble software. + Robust implementations of Bayesian Additive Regression Trees (BART) + Chipman, George, McCulloch (2010) + for supervised learning and Bayesian Causal Forests (BCF) + Hahn, Murray, Carvalho (2020) for causal inference. Enables model serialization and parallel sampling and provides a low-level interface for custom stochastic forest samplers. License: MIT + file LICENSE