50 lines
854 B
JSON
50 lines
854 B
JSON
{
|
|
"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
|
|
}
|
|
} |