File size: 545 Bytes
452325c
 
 
 
1f4238b
abda9db
1f4238b
 
 
 
74ecaad
1f4238b
 
 
 
12a5245
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)