File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# stochtree 0.1.0
2
2
3
- * Initial CRAN submission.
3
+ * Initial release on CRAN.
4
+ * Support for sampling stochastic tree ensembles using two algorithms: MCMC and Grow-From-Root (GFR)
5
+ * High-level model types supported:
6
+ * Supervised learning with constant leaves or user-specified leaf regression models
7
+ * Causal effect estimation with binary, continuous, or multivariate treatments
8
+ * Additional high-level modeling features:
9
+ * Forest-based variance function estimation (heteroskedasticity)
10
+ * Additive (univariate or multivariate) group random effects
11
+ * Multi-chain sampling and support for parallelism
12
+ * "Warm-start" initialization of MCMC forest samplers via the Grow-From-Root (GFR) algorithm
13
+ * Automated preprocessing / handling of categorical variables
14
+ * Low-level interface:
15
+ * Ability to combine a forest sampler with other (additive) model terms, without using C++
16
+ * Combine and sample an arbitrary number of forests or random effects terms
You can’t perform that action at this time.
0 commit comments