File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,11 @@ Authors@R:
10
10
person("Jingyu", "He", role = "aut"),
11
11
person("stochtree contributors", role = c("cph"))
12
12
)
13
- Description: Flexible stochastic tree ensemble software. Robust implementations of
14
- Bayesian Additive Regression Trees (Chipman, George, McCulloch (2010) <doi:10.1214/09-AOAS285>)
15
- for supervised learning and (Bayesian Causal Forests (BCF) Hahn, Murray, Carvalho (2020) <doi:10.1214/19-BA1195>)
13
+ Description: Flexible stochastic tree ensemble software.
14
+ Robust implementations of Bayesian Additive Regression Trees (BART)
15
+ Chipman, George, McCulloch (2010) <doi:10.1214/09-AOAS285>
16
+ for supervised learning and Bayesian Causal Forests (BCF)
17
+ Hahn, Murray, Carvalho (2020) <doi:10.1214/19-BA1195>
16
18
for causal inference. Enables model serialization and parallel sampling
17
19
and provides a low-level interface for custom stochastic forest samplers.
18
20
License: MIT + file LICENSE
You can’t perform that action at this time.
0 commit comments