vix.ing · top · new · best · stats · spec

Individualized and Global Feature Attributions for Gradient Boosted Trees in the Presence of ℓ2 Regularization

2022/11/08 by Qingyao Sun, Sun, Qingyao
Computer Science · #Machine Learning and Data Classification #Face and Expression Recognition #Domain Adaptation and Few-Shot Learning

paper · pdf · doi:10.48550/arxiv.2211.04409

Abstract

While ℓ2 regularization is widely used in training gradient boosted trees, popular individualized feature attribution methods for trees such as Saabas and TreeSHAP overlook the training procedure. We propose Prediction Decomposition Attribution (PreDecomp), a novel individualized feature attribution for gradient boosted trees when they are trained with ℓ2 regularization. Theoretical analysis shows that the inner product between PreDecomp and labels on in-sample data is essentially the total gain of a tree, and that it can faithfully recover additive models in the population case when features are independent. Inspired by the connection between PreDecomp and total gain, we also propose TreeInner, a family of debiased global feature attributions defined in terms of the inner product between any individualized feature attribution and labels on out-sample data for each tree. Numerical experiments on a simulated dataset and a genomic ChIP dataset show that TreeInner has state-of-the-art feature selection performance. Code reproducing experiments is available at https://github.com/nalzok/TreeInner .

Related