File size: 749 Bytes
7eded29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "db_filename": "NCD_synthetic.csv",
    "sidebar": {
        "num_labels": 4,
        "relabel": "Yes",
        "mode": "Fixed sample size",
        "n_samples": 50,
        "threshold": 0.95
    },
    "input_features": {
        "DM_label": [
            "DM_key",
            "DM_ICD10",
            "DM_drugs",
            "Glucose",
            "HbA1c"
        ],
        "HTN_label": [
            "HTN_key",
            "HTN_ICD10",
            "HTN_drugs",
            "sbp1",
            "dbp1"
        ],
        "CKD_label": [
            "CKD_key",
            "CKD_ICD10",
            "eGFR"
        ],
        "DLP_label": [
            "DLP_key",
            "DLP_ICD10",
            "AGE",
            "LDL-c"
        ]
    }
}