This session explores SHAP and LIME as key methods for explainable AI in finance, linking their theoretical foundations to practical model interpretation.
These slides, prepared within the MSCA Digital Finance program, provide a deep dive into explainable AI (XAI) methods in finance, focusing on SHAP (SHapley Additive Explanations) and LIME (Local Interpretable Model-agnostic Explanations).
The material begins with the theoretical foundations of Shapley values from cooperative game theory, explaining how fairness principles (efficiency, additivity, null player, symmetry) translate into quantifying feature importance in machine learning models. It then introduces practical applications of Shapley values through SHAP implementations such as KernelSHAP, LinearSHAP, DeepSHAP, and TreeSHAP.
The slides also cover LIME’s step-by-step algorithm, showing how it perturbs data, builds local surrogate models, and explains predictions. Comparisons between LIME and SHAP highlight differences in theoretical grounding, accuracy, and consistency.
Finally, the lecture touches on DeepLIFT and its role in explaining neural networks, before unifying explanation methods under the framework proposed by Lundberg and Lee (2017). Throughout, the focus is on making AI models in finance transparent, trustworthy, and interpretable.
Courses in ML applied to finance; network theory; eXplainable AI in finance