A Unified Approach to Interpreting Model Predictions, Scott M. Lundberg, Su-In Lee, 2017Advances in Neural Information Processing Systems 30, Vol. 30 (Curran Associates, Inc.)DOI: 10.5555/3295222.3295230 - The foundational paper introducing the SHAP framework, its game-theoretic properties, and approximation algorithms like KernelSHAP and TreeSHAP.
A Value for n-person Games, Lloyd S. Shapley, 1953Contributions to the Theory of Games, Volume II, Vol. II (Princeton University Press)DOI: 10.1515/9781400881970-018 - The original paper introducing Shapley values in cooperative game theory, which SHAP adapts.
SHAP (SHapley Additive exPlanations) GitHub Repository, Scott Lundberg, et al., 2024 - The official open-source Python library for SHAP, providing implementations for various models and algorithms, along with documentation.