seoulsky-field / CXRAIL-dev

CXRAIL-dev
MIT License
7 stars 0 forks source link

Features: MIMIC CSV file concatenator #94

Closed kdg1993 closed 1 year ago

kdg1993 commented 1 year ago

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.

seoulsky-field commented 1 year ago

Nice! You can refer this code from CXR-RePaiR if you want. (In my opinion, it's not necessary to refer it.)