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