Why Should I Trust You? Explaining the Predictions of Any Classifier, Marco Tulio Ribeiro, Sameer Singh, Carlos Guestrin, 2016Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (ACM)DOI: 10.1145/2939672.2939778 - Introduces LIME, a model-agnostic local interpretability technique that approximates complex model behavior with simpler surrogate models.
A Unified Approach to Interpreting Model Predictions, Scott M. Lundberg and Su-In Lee, 2017Advances in Neural Information Processing Systems, Vol. 30 (Curran Associates, Inc.)DOI: 10.5555/3295222.3295330 - Presents SHAP, a unified framework for interpreting model predictions based on Shapley values, and introduces TreeSHAP.
SHAP Documentation, Scott Lundberg and SHAP Contributors, 2024 - Official documentation for the SHAP Python library, providing practical details on various explainers (KernelSHAP, DeepSHAP, GradientSHAP) and usage.