update
This commit is contained in:
50
docs/task/cni/results/facture_thresholds_summary.json
Normal file
50
docs/task/cni/results/facture_thresholds_summary.json
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user