Introduces PDPs as a method to interpret the effect of features in ensemble methods. Foundational academic paper for PDPs.
A detailed description of PDP implementation and interpretation.
Canonical ICE paper, introduces ICE plots as an extension to PDPs that can handle individual-level variation.
Proposes the SHAP framework and connects Shapley values from cooperative game theory to model interpretability
Early work establishing the game-theoretic approach to explaining individual predictions, which inspired SHAP
Introduces ALE plots as an improvement over PDPs for cases with correlated features.
Original LIME paper introducing local surrogate modeling as a tool for explaining black-box predictions.
Comprehensive and open-access book in the subject of model interpretability. Covers PDPs, SHAP, ICE, ALE, LIME, and more in theory and code