Generalized Bayesian Additive Regression Trees: Theory and Software
arXiv stat.ML / 2026/3/24
💬 オピニオンIdeas & Deep AnalysisTools & Practical UsageModels & Research
要点
- The paper presents a generalized Bayesian framework for Bayesian Additive Regression Trees (BART), modeling responses drawn from exponential family distributions rather than only continuous/binary outcomes.
- It derives sufficient conditions under which the posterior distribution concentrates at a minimax rate (up to a logarithmic factor), providing theoretical support for the empirical effectiveness of BART variants.
- The framework unifies multiple existing extensions of BART by covering many response types, including categorical/count-style data through appropriate exponential-family choices.
- To enable practical adoption, the authors release a Python package (also usable from R via reticulate) implementing GBART for several exponential-family distributions such as Poisson, Inverse Gaussian, and Gamma, in addition to standard regression/classification.
- The software’s user-friendly interface is intended to make it straightforward for practitioners to fit BART models across a broader range of statistical response settings.

