rbartpackages.BART.TreeDraws¶
- class rbartpackages.BART.TreeDraws[source]¶
Type of the
mc_gbart.treedrawsattribute.- cutpoints: dict[int | str, Float64[ndarray, 'numcut[i]']]¶
Per-variable grid of candidate split points, keyed by column index or name.
- trees: str¶
Posterior tree ensemble serialized in BART’s text format (read by
mc_gbart.predict).