This commit is contained in:
Nguyễn Phước Thành
2025-09-08 14:42:22 +07:00
parent ebf66251d0
commit eb465155d1
22 changed files with 708 additions and 3479 deletions

View File

@@ -0,0 +1,50 @@
{
"positive_definition": "HIGH when score >= threshold",
"best_thresholds": {
"f1": {
"threshold": 2.6,
"value": 0.8872180451127819,
"confusion": {
"TP": 59,
"FP": 15,
"FN": 0,
"TN": 4
}
},
"accuracy": {
"threshold": 2.6,
"value": 0.8076923076923077,
"confusion": {
"TP": 59,
"FP": 15,
"FN": 0,
"TN": 4
}
},
"precision": {
"threshold": 3.9,
"value": 1.0,
"confusion": {
"TP": 2,
"FP": 0,
"FN": 57,
"TN": 19
}
},
"recall": {
"threshold": 2.6,
"value": 1.0,
"confusion": {
"TP": 59,
"FP": 15,
"FN": 0,
"TN": 4
}
}
},
"counts": {
"total": 78,
"positives": 59,
"negatives": 19
}
}