import sys | |
import os | |
import shutil | |
def print_test(task,path_benchmark): | |
root_dir = path_benchmark | |
print(path_benchmark) | |
sys.path.append(path_benchmark+'/preprocessing/day_intervals_preproc') | |
sys.path.append(path_benchmark+'/utils') | |
sys.path.append(path_benchmark+'/preprocessing/hosp_module_preproc') | |
sys.path.append(path_benchmark+'/model') | |
#print(sys.path) | |
import day_intervals_cohort_v2 | |
import day_intervals_cohort | |
import feature_selection_icu | |
import data_generation_icu_modify | |
#print(sys.path) |