Is anyone aware of a mimic-cxr-ehr-split.csv file in MIMIC-CXR-JPG? #1840
-
I am trying to use and adapt a repository which uses the MIMIC-CXR-JPG database and MIMIC-IV database. The repository can be found here: https://github.com/FirasGit/MeTra/tree/master In classification/datasets/mimic_lab.py on line 246, the code makes reference to a mimic-cxr-ehr-split.csv file. This file does not appear to be listed in either version 2.0.0 or 2.1.0 of MIMIC-CXR-JPG on physionet. Interestingly, by googling this file name, I came across what a dissertation written in Russian which also appears to have used this dataset and repository. On page 15 of the dissertation, the file structure of MIMIC-CXR-JPG 2.0.0 is shown and it lists the mimic-cxr-ehr-split.csv. You can read the PDF here: https://sp.susu.ru/student/masterthesis/2024_228_melehinav.pdf. My question is, does anyone know if the MIMIC-CXR-JPG datasets ever had a mimic-cxr-ehr-splits.csv file and how to obtain it? Or perhaps it is a created file and if it is does anyone know how it is created? Many thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
That file is not part of the original source files but was created by the MedFuse project that the repo you mentioned references. In the second answer on this issue you can find a link to the code file that generates the splits - FirasGit/MeTra#4 You can also go directly to https://github.com/nyuad-cai/MedFuse/blob/main/ehr_utils/create_split.py |
Beta Was this translation helpful? Give feedback.
That file is not part of the original source files but was created by the MedFuse project that the repo you mentioned references. In the second answer on this issue you can find a link to the code file that generates the splits - FirasGit/MeTra#4
You can also go directly to https://github.com/nyuad-cai/MedFuse/blob/main/ehr_utils/create_split.py