Drive corpus sampling from calibration failures

This commit is contained in:
Jens
2026-07-27 09:40:01 +02:00
parent 1c6cf6a6a8
commit efd3272bda
3 changed files with 44 additions and 3 deletions
@@ -262,6 +262,13 @@ def main() -> int:
"phase": "calibration_rejected",
"threshold_selection_source": "calibration_only",
"selected_threshold": chosen["threshold"],
"gates": {
"min_aggregate_f1": args.min_aggregate_f1,
"min_region_f1": args.min_region_f1,
"min_region_precision": args.min_region_precision,
"min_region_recall": args.min_region_recall,
"max_pure_empty_false_positives": args.max_pure_empty_fp,
},
"calibration": chosen,
"test": None,
"background": None,