Implement a MIMIC CSV concatenator in a simple way
Why
MIMIC CSV is comprised of three components
metadata : dicom_id, study_id, subject_id, etc
target_label (chexpert & negbio each)
split : information about train, valid, and test split
How
It will be implemented by a simple python script for the first step of preprocessing.
However, more complex sequences such as notebooks style, and AP/PA fixing will be added soon.
For merging, study_id and subject_id will be used as primary keys.
What
Implement a MIMIC CSV concatenator in a simple way
Why
MIMIC CSV is comprised of three components
How
It will be implemented by a simple python script for the first step of preprocessing. However, more complex sequences such as notebooks style, and AP/PA fixing will be added soon. For merging, study_id and subject_id will be used as primary keys.