Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Model Explainability Tutorial

Learn how to explain machine learning models in 60 minutes using interpretable models, SHAP, LIME, permutation importance, and counterfactuals.

Quick Start

Introduction

Official References

Prerequisites

Core Concepts

Choosing a Technique

TechniqueScopeModelBest for
Linear / GAMGlobalSpecificInherently interpretable models
Permutation importanceGlobalAgnosticFast feature ranking
SHAPGlobal and localAgnostic (fast for trees)Trustworthy attributions
LIMELocalAgnosticQuick single-instance, text and images
CounterfactualsLocalAgnosticActionable recourse

Tutorial Content

Changelog