Consistent feature attribution for tree ensembles
Scott M. Lundberg, Su-In Lee

TL;DR
This paper identifies inconsistencies in current feature attribution methods for tree ensembles and introduces fast, exact SHAP value solutions integrated into XGBoost, improving interpretability and clustering performance.
Contribution
It develops efficient exact SHAP value computations for tree models, addressing attribution inconsistencies and enhancing model interpretability.
Findings
Current attribution methods are inconsistent.
Exact SHAP values improve feature importance accuracy.
Enhanced interpretability leads to better clustering results.
Abstract
Note that a newer expanded version of this paper is now available at: arXiv:1802.03888 It is critical in many applications to understand what features are important for a model, and why individual predictions were made. For tree ensemble methods these questions are usually answered by attributing importance values to input features, either globally or for a single prediction. Here we show that current feature attribution methods are inconsistent, which means changing the model to rely more on a given feature can actually decrease the importance assigned to that feature. To address this problem we develop fast exact solutions for SHAP (SHapley Additive exPlanation) values, which were recently shown to be the unique additive feature attribution method based on conditional expectations that is both consistent and locally accurate. We integrate these improvements into the latest version…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBayesian Modeling and Causal Inference · Forest ecology and management · Statistical Methods and Inference
MethodsShapley Additive Explanations
