Super-fast BART (Bayesian Additive Regression Trees) in Python
Mirror of stochtree’s mean_forest_params dict, restricted to the keys bartz handles.
mean_forest_params
Number of trees in the conditional mean ensemble.
Tree split prior base.
Tree split prior decay.
Minimum number of training samples at a leaf.
Maximum tree depth. Must be a non-negative integer at most 16.
16
Whether to sample the leaf-variance prior. Must be set to False.
False
Initial leaf-variance prior (held fixed since sample_sigma2_leaf=False). If None, matches stochtree’s defaults of var(resid_train) / num_trees for continuous and 2 / num_trees for probit.
sample_sigma2_leaf=False
None
var(resid_train) / num_trees
2 / num_trees