Record corrected AOI1024 promotion report
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-07-09 14:52:52 +02:00
parent 006819ca51
commit 77c45937c6
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -5975,6 +5975,10 @@ Open:
- mixed background candidates still produced false-positive pressure: max detections were `59` at threshold `0.25`, `107` at `0.15` and `226` at `0.05`
- Fixed `scripts/build_detection_model_promotion_report.py` after discovering it accepted `multi_sample_quality_summary.json` but counted positive samples as `0`. The report now supports both `samples[].runs[]` portfolios and `items[]` multi-sample summaries.
- AOI1024 promotion report path: `artifacts/detection-model-promotion/aoi1024visible025e50-full/detection_model_promotion_report.md`; recommendation remains `none`.
- Corrected AOI1024 promotion decision after parser fix:
- threshold `0.05`: 4 positive samples, 9 background samples, mean F1 `0.13307746028311157`, max background detections `226`
- threshold `0.15`: 4 positive samples, 9 background samples, mean F1 `0.13900227809255514`, max background detections `107`
- threshold `0.25`: 4 positive samples, 9 background samples, mean F1 `0.09694707724016788`, max background detections `59`
## Known limitations