Update task_cohort.py
Browse files- task_cohort.py +0 -3
task_cohort.py
CHANGED
@@ -128,9 +128,6 @@ def check_config_file(task,config_file):
|
|
128 |
|
129 |
|
130 |
def create_cohort(task, mimic_path, config_path):
|
131 |
-
from .day_intervals_cohort_v22 import *
|
132 |
-
from .data_generation_icu_modify import *
|
133 |
-
from .data_generation_modify import *
|
134 |
sys.path.append('./preprocessing/day_intervals_preproc')
|
135 |
sys.path.append('./utils')
|
136 |
sys.path.append('./preprocessing/hosp_module_preproc')
|
|
|
128 |
|
129 |
|
130 |
def create_cohort(task, mimic_path, config_path):
|
|
|
|
|
|
|
131 |
sys.path.append('./preprocessing/day_intervals_preproc')
|
132 |
sys.path.append('./utils')
|
133 |
sys.path.append('./preprocessing/hosp_module_preproc')
|