feat: add model run comparison

This commit is contained in:
2026-06-24 15:12:20 +08:00
parent f1ad5a7d15
commit b002c44218
7 changed files with 643 additions and 13 deletions

View File

@@ -258,6 +258,8 @@
### M3.1 模型运行版本化
状态:已完成。
目标:
- 所有评分结果关联模型版本和运行批次。
@@ -267,6 +269,9 @@
- `gold.model_runs`
- 评分表关联 `model_run_id`
- 模型参数记录。
- `GET /api/v1/model-runs`
- `GET /api/v1/model-runs/area-scores/diff?base_run_id=&candidate_run_id=`
- 前端模型运行中心,可触发板块评分重算并比较两个批次差异。
验收标准: