Back to Research papers
Research paper index

qshap: Fast Shapley Decomposition of $R^2$ for Gradient-Boosted Trees

Zhongli Jiang, Min Zhang, Dabao Zhang

arXiv:2608.24104Published August 25, 20260 citations
  • stat.ML
  • cs.LG

Abstract

Numerous methods have been developed to quantify feature attributions in individual predictions for tree ensembles. However, many applications require global measures of feature contributions to overall model performance. Although local attribution scores can be aggregated to characterize feature importance, such summaries do not directly decompose measures of predictive performance, such as $R^2$. This article introduces qshap, available in both R and Python, which provides Shapley decomposition of $R^2$ values for gradient-boosted decision trees (GBDTs) to quantify feature-specific contributions to model performance. By decomposing the quadratic loss of individual observations, qshap provides flexible tools to explore the importance of individual features and observations. qshap currently supports widely used GBDT implementations, including xgboost, lightgbm, and catboost, through a unified tree representation and efficient C++ backends. Its modular design can accommodate other GBDT implementations built from binary decision trees. In addition, we introduce a specialized backend for oblivious trees that exploits their symmetric structure to substantially accelerate computation.

Read the original paper

This page indexes public paper metadata. The manuscript remains with its original publisher and authors.