"Why Should I Trust You?": Explaining the Predictions of Any Classifier, Marco Tulio Ribeiro, Sameer Singh, Carlos Guestrin, 2016KDD '16: Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (ACM)DOI: 10.1145/2939672.2939778 - The original paper that introduced LIME, detailing its core mechanics of perturbation, local weighting, and surrogate model fitting for generating model-agnostic explanations.
LIME: Local Interpretable Model-agnostic Explanations for Python, Marco Tulio Ribeiro, 2024 - The official GitHub repository for the Python implementation of LIME, offering code examples and further practical information on how the perturbation and surrogate model concepts are applied in practice.