thbndi commited on
Commit
2c3eb56
1 Parent(s): 222cd0d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ load_dataset('thbndi/Mimic4Dataset', task, mimic_path=mimic_data, config_path=co
22
 
23
  2. `mimic_path` (string) :
24
  - Description: Complete path to the Mimic-IV raw data on user's machine.
25
- - Note: You need to provide the appropriate path where the Mimic-IV data is stored.
26
 
27
  3. `config_path` (string) optionnal :
28
  - Description: Path to the configuration file for the cohort generation choices (more infos in '/config/readme.md').
 
22
 
23
  2. `mimic_path` (string) :
24
  - Description: Complete path to the Mimic-IV raw data on user's machine.
25
+ - Note: You need to provide the appropriate path where the Mimic-IV data is stored. The path should end with the version of mimic (eg : mimiciv/2.2). Supported version : 2.2 and 1.0 as provided by the authors of the pipeline.
26
 
27
  3. `config_path` (string) optionnal :
28
  - Description: Path to the configuration file for the cohort generation choices (more infos in '/config/readme.md').