-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresults.json
More file actions
102 lines (102 loc) · 3.09 KB
/
Copy pathresults.json
File metadata and controls
102 lines (102 loc) · 3.09 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"folds": [
{
"fold": 1,
"n_train": 447,
"n_val": 104,
"n_test": 138,
"baseline_accuracy": 0.7028985507246377,
"baseline_f1": 0.825531914893617,
"train_accuracy": 0.8635346756152126,
"train_f1": 0.9112081513828238,
"train_auroc": 0.9949930856897621,
"val_accuracy": 0.75,
"val_f1": 0.8433734939759037,
"val_auroc": 0.7167476800707026,
"test_accuracy": 0.7028985507246377,
"test_f1": 0.8177777777777778,
"test_auroc": 0.7128488810661302
},
{
"fold": 2,
"n_train": 447,
"n_val": 104,
"n_test": 138,
"baseline_accuracy": 0.7028985507246377,
"baseline_f1": 0.825531914893617,
"train_accuracy": 0.8344519015659956,
"train_f1": 0.8942857142857142,
"train_auroc": 0.9957083591626532,
"val_accuracy": 0.7115384615384616,
"val_f1": 0.8255813953488372,
"val_auroc": 0.6601855943437913,
"test_accuracy": 0.7246376811594203,
"test_f1": 0.8333333333333334,
"test_auroc": 0.809906965049032
},
{
"fold": 3,
"n_train": 447,
"n_val": 104,
"n_test": 138,
"baseline_accuracy": 0.7028985507246377,
"baseline_f1": 0.825531914893617,
"train_accuracy": 0.7002237136465325,
"train_f1": 0.8236842105263158,
"train_auroc": 0.9941109150731963,
"val_accuracy": 0.7019230769230769,
"val_f1": 0.8248587570621468,
"val_auroc": 0.65974370304905,
"test_accuracy": 0.7028985507246377,
"test_f1": 0.825531914893617,
"test_auroc": 0.7571033442293185
},
{
"fold": 4,
"n_train": 447,
"n_val": 104,
"n_test": 138,
"baseline_accuracy": 0.6956521739130435,
"baseline_f1": 0.8205128205128205,
"train_accuracy": 0.9485458612975392,
"train_f1": 0.9643410852713178,
"train_auroc": 0.9925051482208707,
"val_accuracy": 0.7596153846153846,
"val_f1": 0.84472049689441,
"val_auroc": 0.6752098983650022,
"test_accuracy": 0.7101449275362319,
"test_f1": 0.8130841121495327,
"test_auroc": 0.6820436507936508
},
{
"fold": 5,
"n_train": 448,
"n_val": 104,
"n_test": 137,
"baseline_accuracy": 0.7007299270072993,
"baseline_f1": 0.8240343347639485,
"train_accuracy": 0.9642857142857143,
"train_f1": 0.9742765273311897,
"train_auroc": 0.9946050004753303,
"val_accuracy": 0.8076923076923077,
"val_f1": 0.868421052631579,
"val_auroc": 0.7962881131241716,
"test_accuracy": 0.7226277372262774,
"test_f1": 0.8020833333333334,
"test_auroc": 0.7132876016260161
}
],
"avg_baseline_accuracy": 0.7010155506188511,
"avg_baseline_f1": 0.8242285799915239,
"avg_train_accuracy": 0.8622083732821988,
"avg_train_f1": 0.9135591377594722,
"avg_train_auroc": 0.9943845017243624,
"avg_val_auroc": 0.7016349977905435,
"avg_test_accuracy": 0.712641489474241,
"avg_test_f1": 0.8183620942975189,
"avg_test_auroc": 0.7350380885528296,
"feature_dim": 899,
"n_samples": 689,
"n_folds": 5,
"extract_time_s": 6.1688971519470215
}