Files
IQA-Metric-Benchmark/docs/task/facture/full_samples/facture_thresholds_summary.json

50 lines
871 B
JSON
Raw Normal View History

2025-09-09 12:51:55 +07:00
{
"positive_definition": "HIGH when score >= threshold",
"best_thresholds": {
"f1": {
"threshold": 1.6,
"value": 0.9249762583095917,
"confusion": {
"TP": 2922,
"FP": 474,
"FN": 0,
"TN": 0
}
},
"accuracy": {
"threshold": 1.6,
"value": 0.8604240282685512,
"confusion": {
"TP": 2922,
"FP": 474,
"FN": 0,
"TN": 0
}
},
"precision": {
"threshold": 4.2,
"value": 1.0,
"confusion": {
"TP": 3,
"FP": 0,
"FN": 2919,
"TN": 474
}
},
"recall": {
"threshold": 1.6,
"value": 1.0,
"confusion": {
"TP": 2922,
"FP": 474,
"FN": 0,
"TN": 0
}
}
},
"counts": {
"total": 3396,
"positives": 2922,
"negatives": 474
}
}