-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathoptimized_thresholds.json
More file actions
43 lines (43 loc) · 862 Bytes
/
Copy pathoptimized_thresholds.json
File metadata and controls
43 lines (43 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"f1_optimized": {
"threshold": 0.45,
"Accuracy": 1.0,
"Precision": 1.0,
"Recall": 1.0,
"F1": 1.0,
"Balanced_Accuracy": 1.0
},
"youden_optimized": {
"threshold": 0.45013254779668205,
"Accuracy": 1.0,
"Precision": 1.0,
"Recall": 1.0,
"F1": 1.0,
"Balanced_Accuracy": 1.0
},
"balanced_accuracy": {
"threshold": 0.45,
"Accuracy": 1.0,
"Precision": 1.0,
"Recall": 1.0,
"F1": 1.0,
"Balanced_Accuracy": 1.0
},
"cost_sensitive": {
"threshold": 0.45,
"Accuracy": 1.0,
"Precision": 1.0,
"Recall": 1.0,
"F1": 1.0,
"Balanced_Accuracy": 1.0
},
"roc_optimal": {
"threshold": 0.45013254779668205,
"Accuracy": 1.0,
"Precision": 1.0,
"Recall": 1.0,
"F1": 1.0,
"Balanced_Accuracy": 1.0
},
"ensemble_recommendation": 0.45004418259889406
}