bartz.mcmcloop.StatsReport¶
- class bartz.mcmcloop.StatsReport(grow_prop, move_acc, mean_leaves, peff, n_samples, num_chains, max_leaves, p)[source]¶
Forest diagnostics produced by
StatsAccumulator.reportfor one report.- grow_prop: Float32[Array, '']¶
Fraction of trees proposed for a grow move.
- move_acc: Float32[Array, '']¶
Fraction of trees on which a grow or prune move was accepted.
- mean_leaves: Float32[Array, '']¶
Mean number of leaves per tree.