paper-with-me

Papers

Statistical Inference for Explainable Boosting Machines

2026-01-26 · Haimo Fang, Kevin Tan, Jonathan Pipping-Gamon, Giles Hooker arxiv

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 MSE for fitting Lipschitz GAMs with $p$ features of $O(p n^{-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. Code is available at https://github.com/hetankevin/ebm-inference.

📄 PDF Abstract BibTeX arXiv:2601.18857

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Extending Explainable Boosting Machines to Scientific Image Data

2023-05-25 · Daniel Schug, Sai Yerramreddy, Rich Caruana, Craig Greenberg 외

As the deployment of computer vision technology becomes increasingly common in science, the need for explanations of the system and its output has become a focus of great concern. Driven by the pressing need for interpre…

Domain-informed explainable boosting machines for trustworthy lateral spread predictions

2026-03-17 · Cheng-Hsi Hsiao, Krishna Kumar, Ellen M. Rathje arxiv

Explainable Boosting Machines (EBMs) provide transparent predictions through additive shape functions, enabling direct inspection of feature contributions. However, EBMs can learn non-physical relationships that reduce t…

Accuracy, Interpretability, and Differential Privacy via Explainable Boosting

2021-06-17 · Harsha Nori, Rich Caruana, Zhiqi Bu, Judy Hanwen Shen 외

We show that adding differential privacy to Explainable Boosting Machines (EBMs), a recent method for training interpretable ML models, yields state-of-the-art accuracy while protecting privacy. Our experiments on multip…

regression

Explainable Boosting Machines with Sparsity -- Maintaining Explainability in High-Dimensional Settings

2023-11-13 · Brandon M. Greenwell, Annika Dahlmann, Saurabh Dhoble

Compared to "black-box" models, like random forests and deep neural networks, explainable boosting machines (EBMs) are considered "glass-box" models that can be competitively accurate while also maintaining a higher degr…

EZtune: A Package for Automated Hyperparameter Tuning in R

2023-03-03 · Jill Lundell

Statistical learning models have been growing in popularity in recent years. Many of these models have hyperparameters that must be tuned for models to perform well. Tuning these parameters is not trivial. EZtune is an R…