Update Mimic4Dataset.py
Browse files- Mimic4Dataset.py +2 -1
Mimic4Dataset.py
CHANGED
@@ -167,7 +167,8 @@ class Mimic4Dataset(datasets.GeneratorBasedBuilder):
|
|
167 |
|
168 |
data_dir = path_bench + "/data/dataDic"
|
169 |
sys.path.append(path_bench)
|
170 |
-
|
|
|
171 |
print(script)
|
172 |
#os.system(script)
|
173 |
return [
|
|
|
167 |
|
168 |
data_dir = path_bench + "/data/dataDic"
|
169 |
sys.path.append(path_bench)
|
170 |
+
config = self.config_path.split('/')[-1]
|
171 |
+
script = 'python cohort.py '+ self.config.name +" "+ self.mimic_path+ " "+path_bench+ " "+config
|
172 |
print(script)
|
173 |
#os.system(script)
|
174 |
return [
|