Auto-sync: 2026-04-21 17:12

This commit is contained in:
2026-04-21 17:12:45 +08:00
parent 914c8f6925
commit 0fe7ba237f
1888 changed files with 220 additions and 68174 deletions

View File

@@ -1,24 +0,0 @@
---
title: "Calibration Testing"
type: concept
tags: [ml-ops, evaluation, calibration]
sources: [specialized-model-qa]
last_updated: 2026-04-20
---
## Definition
校准测试用于评估模型预测概率是否与真实发生率一致。
## Common Methods
- Hosmer-Lemeshow test
- Brier score
- Reliability diagrams
## Use in Model QA
- 检查概率输出是否可信
- 比较不同子群体的校准差异
- 评估分布漂移下的概率稳定性
## Related Concepts
- [[Model Audit]]
- [[Discrimination Metrics]]