feat: add local accuracy report

This commit is contained in:
732642856
2026-06-25 23:55:03 +08:00
parent cfe742dae9
commit 64806de42d
4 changed files with 818 additions and 0 deletions
+14
View File
@@ -85,6 +85,20 @@ Static demo / PWA 发布要求:必须保留 `static_demo_boundary_visible` 说
### 真实案例复验与准确率边界
一条命令查看本机当前技能覆盖与准确率基线:
```bash
python3 scripts/local_accuracy_report.py --format markdown
```
如需给副手、CI 或后续自动化读取,使用 JSON:
```bash
python3 scripts/local_accuracy_report.py --format json
```
当前总控报告会聚合 technique registry、BPHS invariants、公开人物真实案例复验、Yoga precision/recall/F1、Dasha/Shadbala oracle readiness、Ashtakoot API parity。它用于回答“本机现在能跑什么、哪些指标已经可测、哪些能力还缺外部 oracle 证据”;它不把本地回归测试包装成最终人生事件预测准确率。
公开人物样本复验命令:`python3 tests/run_real_case_revalidation.py`
当前复验口径是公开人物样本的出生盘星座级一致率,并对部分带有来源矛盾、时区争议或边界度数的参考行标记为 controversial_reference。这个指标用于验证排盘计算是否稳定,不等同于人生事件预测准确率,也不应被当作个人命运判断的命中率。