English

Fast Calculation of Feature Contributions in Boosting Trees

Machine Learning 2025-05-28 v2 Machine Learning

Abstract

Recently, several fast algorithms have been proposed to decompose predicted value into Shapley values, enabling individualized feature contribution analysis in tree models. While such local decomposition offers valuable insights, it underscores the need for a global evaluation of feature contributions. Although coefficients of determination (R2R^2) allow for comparative assessment of individual features, individualizing R2R^2 is challenged by the underlying quadratic losses. To address this, we propose Q-SHAP, an efficient algorithm that reduces the computational complexity of calculating Shapley values for quadratic losses to polynomial time. Our simulations show that Q-SHAP not only improves computational efficiency but also enhances the accuracy of feature-specific R2R^2 estimates.

Cite

@article{arxiv.2407.03515,
  title  = {Fast Calculation of Feature Contributions in Boosting Trees},
  author = {Zhongli Jiang and Min Zhang and Dabao Zhang},
  journal= {arXiv preprint arXiv:2407.03515},
  year   = {2025}
}
R2 v1 2026-06-28T17:28:34.557Z