4rooms commited on
Commit
9107657
·
verified ·
1 Parent(s): 98506be

Upload lseqsleepnet-phan/metrics.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. lseqsleepnet-phan/metrics.json +53 -0
lseqsleepnet-phan/metrics.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "shhs_visit1": {
3
+ "accuracy": 0.8639212250709534,
4
+ "f1_score": 0.7865343153476715,
5
+ "precision": 0.8038633465766907,
6
+ "recall": 0.7779739201068878,
7
+ "cohen_kappa": 0.8062826991081238,
8
+ "confusion_matrix": [
9
+ [
10
+ 299731,
11
+ 6308,
12
+ 15951,
13
+ 985,
14
+ 4269
15
+ ],
16
+ [
17
+ 13816,
18
+ 22005,
19
+ 18698,
20
+ 37,
21
+ 6875
22
+ ],
23
+ [
24
+ 15684,
25
+ 9049,
26
+ 597250,
27
+ 33747,
28
+ 21926
29
+ ],
30
+ [
31
+ 420,
32
+ 4,
33
+ 32642,
34
+ 170622,
35
+ 148
36
+ ],
37
+ [
38
+ 5654,
39
+ 2207,
40
+ 15476,
41
+ 371,
42
+ 207219
43
+ ]
44
+ ],
45
+ "support": [
46
+ 327244.0,
47
+ 61431.0,
48
+ 677656.0,
49
+ 203836.0,
50
+ 230927.0
51
+ ]
52
+ }
53
+ }