Update Mimic4Dataset.py
Browse files- Mimic4Dataset.py +1 -1
Mimic4Dataset.py
CHANGED
@@ -196,7 +196,7 @@ class Mimic4Dataset(datasets.GeneratorBasedBuilder):
|
|
196 |
if not os.path.exists('cohort.py'):
|
197 |
shutil.move(file_path, './')
|
198 |
|
199 |
-
data_dir = "./data/dict/"+self.config+"/dataDic"
|
200 |
sys.path.append(path_bench)
|
201 |
config = self.config_path.split('/')[-1]
|
202 |
script = 'python cohort.py '+ self.config.name +" "+ self.mimic_path+ " "+path_bench+ " "+config
|
|
|
196 |
if not os.path.exists('cohort.py'):
|
197 |
shutil.move(file_path, './')
|
198 |
|
199 |
+
data_dir = "./data/dict/"+self.config.name+"/dataDic"
|
200 |
sys.path.append(path_bench)
|
201 |
config = self.config_path.split('/')[-1]
|
202 |
script = 'python cohort.py '+ self.config.name +" "+ self.mimic_path+ " "+path_bench+ " "+config
|