English

Unpack Local Model Interpretation for GBDT

Machine Learning 2020-04-06 v1 Machine Learning

Abstract

A gradient boosting decision tree (GBDT), which aggregates a collection of single weak learners (i.e. decision trees), is widely used for data mining tasks. Because GBDT inherits the good performance from its ensemble essence, much attention has been drawn to the optimization of this model. With its popularization, an increasing need for model interpretation arises. Besides the commonly used feature importance as a global interpretation, feature contribution is a local measure that reveals the relationship between a specific instance and the related output. This work focuses on the local interpretation and proposes an unified computation mechanism to get the instance-level feature contributions for GBDT in any version. Practicality of this mechanism is validated by the listed experiments as well as applications in real industry scenarios.

Keywords

Cite

@article{arxiv.2004.01358,
  title  = {Unpack Local Model Interpretation for GBDT},
  author = {Wenjing Fang and Jun Zhou and Xiaolong Li and Kenny Q. Zhu},
  journal= {arXiv preprint arXiv:2004.01358},
  year   = {2020}
}

Comments

12 pages, 5 figures

R2 v1 2026-06-23T14:37:40.122Z