SOTAVerified

Understanding Interventional TreeSHAP : How and Why it Works

2022-09-29Code Available0· sign in to hype

Gabriel Laberge, Yann Pequignot

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Shapley values are ubiquitous in interpretable Machine Learning due to their strong theoretical background and efficient implementation in the SHAP library. Computing these values previously induced an exponential cost with respect to the number of input features of an opaque model. Now, with efficient implementations such as Interventional TreeSHAP, this exponential burden is alleviated assuming one is explaining ensembles of decision trees. Although Interventional TreeSHAP has risen in popularity, it still lacks a formal proof of how/why it works. We provide such proof with the aim of not only increasing the transparency of the algorithm but also to encourage further development of these ideas. Notably, our proof for Interventional TreeSHAP is easily adapted to Shapley-Taylor indices and one-hot-encoded features.

Tasks

Reproductions