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,25 +0,0 @@
---
title: "Discrimination Metrics"
type: concept
tags: [ml-ops, evaluation, classification]
sources: [specialized-model-qa]
last_updated: 2026-04-20
---
## Definition
歧视度量指标用于衡量模型区分正负样本的能力。
## Common Metrics
- AUC
- Gini coefficient
- KS statistic
- F1 / precision / recall按任务需要
## Use in Model QA
- 判断模型是否具备可接受的区分能力
- 监控不同数据切分上的性能一致性
- 与校准测试一起评估整体质量
## Related Concepts
- [[Calibration Testing]]
- [[Model Audit]]