Super-fast BART (Bayesian Additive Regression Trees) in Python
Measure the depth of the tree.
split_tree (UInt[Array, 'half_tree_size']) – The cutpoints of the decision rules.
UInt[Array, 'half_tree_size']
UInt[Array, ''] – The depth of the deepest leaf in the tree. The root is at depth 0.
UInt[Array, '']