Drive corpus sampling from calibration failures
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user