4rooms commited on
Commit
8aeebd0
·
verified ·
1 Parent(s): 35b77c1

Upload seqsleepnet-phan/metrics.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. seqsleepnet-phan/metrics.json +49 -45
seqsleepnet-phan/metrics.json CHANGED
@@ -1,47 +1,51 @@
1
  {
2
- "alzheimers": {
3
- "accuracy": 0.2582,
4
- "f1_score": 0.1449,
5
- "cohen_kappa": 0.0239
6
- },
7
- "dcsm": {
8
- "accuracy": 0.6649,
9
- "f1_score": 0.5839,
10
- "cohen_kappa": 0.537
11
- },
12
- "hmc": {
13
- "accuracy": 0.5851,
14
- "f1_score": 0.5574,
15
- "cohen_kappa": 0.4464
16
- },
17
- "mass": {
18
- "accuracy": 0.6033,
19
- "f1_score": 0.5422,
20
- "cohen_kappa": 0.4655
21
- },
22
- "mesa": {
23
- "accuracy": 0.633,
24
- "f1_score": 0.5546,
25
- "cohen_kappa": 0.4921
26
- },
27
- "parkinsons": {
28
- "accuracy": 0.4428,
29
- "f1_score": 0.3902,
30
- "cohen_kappa": 0.2737
31
- },
32
- "shhs": {
33
- "accuracy": 0.3989,
34
- "f1_score": 0.3597,
35
- "cohen_kappa": 0.2434
36
- },
37
- "sleepedf": {
38
- "accuracy": 0.8101,
39
- "f1_score": 0.7575,
40
- "cohen_kappa": 0.7421
41
- },
42
- "wsc": {
43
- "accuracy": 0.4928,
44
- "f1_score": 0.4577,
45
- "cohen_kappa": 0.3255
46
- }
 
 
 
 
47
  }
 
1
  {
2
+ "accuracy": 0.8514735102653503,
3
+ "f1_score": 0.7977285027503968,
4
+ "precision": 0.7996760845184326,
5
+ "recall": 0.7961115837097168,
6
+ "cohen_kappa": 0.7868788838386536,
7
+ "confusion_matrix": [
8
+ [
9
+ 4506,
10
+ 432,
11
+ 135,
12
+ 7,
13
+ 86
14
+ ],
15
+ [
16
+ 373,
17
+ 1575,
18
+ 663,
19
+ 2,
20
+ 406
21
+ ],
22
+ [
23
+ 263,
24
+ 501,
25
+ 17238,
26
+ 674,
27
+ 421
28
+ ],
29
+ [
30
+ 16,
31
+ 7,
32
+ 937,
33
+ 4528,
34
+ 8
35
+ ],
36
+ [
37
+ 141,
38
+ 546,
39
+ 329,
40
+ 0,
41
+ 6246
42
+ ]
43
+ ],
44
+ "support": [
45
+ 5166.0,
46
+ 3019.0,
47
+ 19097.0,
48
+ 5496.0,
49
+ 7262.0
50
+ ]
51
  }