A Unified Approach to Interpreting Model Predictions, Scott M. Lundberg and Su-In Lee, 2017Advances in Neural Information Processing Systems 30, Vol. 30 (Curran Associates, Inc.)DOI: 10.5555/3295222.3295325 - Foundational paper introducing SHAP (SHapley Additive exPlanations) values for consistent and locally accurate feature attributions.
Permutation importance, scikit-learn developers, 2023 - Official documentation for scikit-learn's permutation_importance function, including explanation and usage examples.