Tchak91 commited on
Commit
010d473
·
verified ·
1 Parent(s): 3e90576

Multi-label preprocessed data

Browse files
multilabel_v6/disease_classes.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "classes": [
3
+ "Myocarditis",
4
+ "Cardiomyopathy",
5
+ "Kawasaki",
6
+ "CHD",
7
+ "Healthy"
8
+ ],
9
+ "class_idx": {
10
+ "Myocarditis": 0,
11
+ "Cardiomyopathy": 1,
12
+ "Kawasaki": 2,
13
+ "CHD": 3,
14
+ "Healthy": 4
15
+ },
16
+ "icd_map": {
17
+ "(F) I40.0": "Myocarditis",
18
+ "(V) I40.0": "Myocarditis",
19
+ "I40.9": "Myocarditis",
20
+ "I51.4": "Myocarditis",
21
+ "I42.0": "Cardiomyopathy",
22
+ "I42.2": "Cardiomyopathy",
23
+ "I42.9": "Cardiomyopathy",
24
+ "Q24.8": "Cardiomyopathy",
25
+ "M30.3": "Kawasaki",
26
+ "Q21.0": "CHD",
27
+ "Q21.1": "CHD",
28
+ "(FO) Q21.1": "CHD",
29
+ "(OSD) Q21.1": "CHD",
30
+ "Q21.2": "CHD",
31
+ "Q21.3": "CHD",
32
+ "Q22.1": "CHD",
33
+ "Q25.0": "CHD",
34
+ "Q25.6": "CHD",
35
+ "I37.0": "CHD"
36
+ },
37
+ "data_format": "hdf5",
38
+ "hdf5_file": "ecg_data.h5",
39
+ "sample_rate": 100,
40
+ "window_sec": 5.0,
41
+ "target_samples": 500,
42
+ "target_channels": 12,
43
+ "multi_disease_duplication": true
44
+ }
multilabel_v6/processing_summary.csv ADDED
The diff for this file is too large to render. See raw diff