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

24 lines
636 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]