Auto-sync: 2026-04-21 00:02

This commit is contained in:
2026-04-21 00:02:55 +08:00
parent 177469a1cd
commit cb7c11e14f
235 changed files with 16567 additions and 237 deletions

View File

@@ -0,0 +1,24 @@
---
title: "SHAP Analysis"
type: concept
tags: [interpretability, explainability, ml-ops]
sources: [specialized-model-qa]
last_updated: 2026-04-20
---
## Definition
SHAPSHapley Additive exPlanations是一种基于博弈论的模型可解释性方法用于分解单个预测中每个特征的贡献。
## Outputs
- 全局解释summary / beeswarm / bar plot
- 局部解释waterfall / force plot
- 交互分析SHAP interaction values
## Use in Model QA
- 解释预测驱动因素
- 检查特征贡献是否稳定
- 识别异常依赖或潜在偏差
## Related Concepts
- [[Partial Dependence Plots]]
- [[Model Audit]]