Update cohort.py
Browse files
cohort.py
CHANGED
@@ -36,7 +36,6 @@ def task_cohort(task,mimic_path,path_benchmark, config_path):
|
|
36 |
# -------------------------------------------------------------------------------------------------------------
|
37 |
|
38 |
data_icu=icu_no_icu=="ICU"
|
39 |
-
data_icu=True
|
40 |
data_mort=label=="Mortality"
|
41 |
data_admn=label=='Readmission'
|
42 |
data_los=label=='Length of Stay'
|
|
|
36 |
# -------------------------------------------------------------------------------------------------------------
|
37 |
|
38 |
data_icu=icu_no_icu=="ICU"
|
|
|
39 |
data_mort=label=="Mortality"
|
40 |
data_admn=label=='Readmission'
|
41 |
data_los=label=='Length of Stay'
|