Statistical Inference for Explainable Boosting Machines
Haimo Fang, Kevin Tan, Jonathan Pipping, Giles Hooker
TL;DR
This work develops an uncertainty-aware framework for Explainable Boosting Machines (EBMs) by adopting Boulevard regularization, which yields a feature-wise kernel ridge regression limit and an associated central limit theorem. By proving CLTs for multiple EBM variants and introducing per-feature kernels, the authors enable principled confidence and prediction intervals whose computation scales in bin-space independent of the sample size. They show minimax-optimal $O(p n^{-2/3})$ mean-squared error for Lipschitz $p$-dimensional GAMs and provide practical interval construction methods for each univariate component and the overall prediction. The approach improves interpretability and reliability of EBMs, delivering scalable inference with competitive predictive performance on real data and potential for broader additive-model extensions and discrete outcomes.
Abstract
Explainable boosting machines (EBMs) are popular "glass-box" models that learn a set of univariate functions using boosting trees. These achieve explainability through visualizations of each feature's effect. However, unlike linear model coefficients, uncertainty quantification for the learned univariate functions requires computationally intensive bootstrapping, making it hard to know which features truly matter. We provide an alternative using recent advances in statistical inference for gradient boosting, deriving methods for statistical inference as well as end-to-end theoretical guarantees. Using a moving average instead of a sum of trees (Boulevard regularization) allows the boosting process to converge to a feature-wise kernel ridge regression. This produces asymptotically normal predictions that achieve the minimax-optimal mean squared error for fitting Lipschitz GAMs with $p$ features at rate $O(pn^{-2/3})$, successfully avoiding the curse of dimensionality. We then construct prediction intervals for the response and confidence intervals for each learned univariate function with a runtime independent of the number of datapoints, enabling further explainability within EBMs.
