Update Mimic4Dataset.py
Browse files- Mimic4Dataset.py +1 -1
Mimic4Dataset.py
CHANGED
@@ -21,7 +21,7 @@ Available tasks are: Mortality, Length of Stay, Readmission, Phenotype.
|
|
21 |
The data is extracted from the mimic4 database using this pipeline: 'https://github.com/healthylaife/MIMIC-IV-Data-Pipeline/tree/main'
|
22 |
mimic path should have this form : "path/to/mimic4data/from/username/mimiciv/2.2"
|
23 |
If you choose a Custom task provide a configuration file for the Time series.
|
24 |
-
Currently working with Mimic-IV
|
25 |
"""
|
26 |
_BASE_URL = "https://huggingface.co/datasets/thbndi/Mimic4Dataset/resolve/main"
|
27 |
_HOMEPAGE = "https://huggingface.co/datasets/thbndi/Mimic4Dataset"
|
|
|
21 |
The data is extracted from the mimic4 database using this pipeline: 'https://github.com/healthylaife/MIMIC-IV-Data-Pipeline/tree/main'
|
22 |
mimic path should have this form : "path/to/mimic4data/from/username/mimiciv/2.2"
|
23 |
If you choose a Custom task provide a configuration file for the Time series.
|
24 |
+
Currently working with Mimic-IV ICU data.
|
25 |
"""
|
26 |
_BASE_URL = "https://huggingface.co/datasets/thbndi/Mimic4Dataset/resolve/main"
|
27 |
_HOMEPAGE = "https://huggingface.co/datasets/thbndi/Mimic4Dataset"
|