Files
nexus/wiki/concepts/SHAP-Analysis.md
2026-04-21 00:02:55 +08:00

636 B
Raw Blame History

title, type, tags, sources, last_updated
title type tags sources last_updated
SHAP Analysis concept
interpretability
explainability
ml-ops
specialized-model-qa
2026-04-20

Definition

SHAPSHapley Additive exPlanations是一种基于博弈论的模型可解释性方法用于分解单个预测中每个特征的贡献。

Outputs

  • 全局解释summary / beeswarm / bar plot
  • 局部解释waterfall / force plot
  • 交互分析SHAP interaction values

Use in Model QA

  • 解释预测驱动因素
  • 检查特征贡献是否稳定
  • 识别异常依赖或潜在偏差