-
Notifications
You must be signed in to change notification settings - Fork 2
/
configs.json
46 lines (46 loc) · 966 Bytes
/
configs.json
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
{
"db_filename": "NCD_synthetic.csv",
"sidebar": {
"num_labels": 4,
"relabel": "Yes",
"mode": "Fixed sample size",
"n_samples": 30,
"threshold": 0.95
},
"input_features": {
"DM_label": [
"DM_key",
"DM_ICD10",
"DM_drugs",
"Glucose",
"HbA1c",
"eGFR"
],
"HTN_label": [
"HTN_key",
"HTN_ICD10",
"HTN_drugs",
"sbp1",
"dbp1"
],
"CKD_label": [
"CKD_key",
"CKD_ICD10",
"CKD_drugs",
"DM_label",
"HTN_label",
"eGFR"
],
"DLP_label": [
"DLP_key",
"DLP_ICD10",
"DLP_drugs",
"DM_label",
"HTN_label",
"CKD_label",
"AGE",
"Glucose",
"LDL-c"
]
}
}