thomasnguyen92 / MIMIC-IV-ICD-data-processing

22 stars 9 forks source link

Error when importing tools #6

Closed LWserenic closed 4 months ago

LWserenic commented 4 months ago

Hello, so I tried to run the code and stumble into a problem where I cannot import it from learn and when I check this learn library it contains no tools. Is learn a custom library built or I need to install something else? Thank you image

schlevik commented 4 months ago

hi @LWserenic

This repository is for preparing the datasets only, please refer to the README.MD file.

We use the same format as MIMIC-III, which allows you to reproduce the MIMIC-III baselines from their respective repos accordingly, e.g. CAML.

As an example, here's a repo that reproduces the MSMN model on MIMIC-IV:

https://github.com/ASUS-AICS/ICD-MSMN

Hope that helps!

LWserenic commented 4 months ago

Hello @schlevik, the problem was I cannot even run the notebook mentioned in the README.MD because the said dependency isn't there. So far I can blend both repo as one and try to run the notebook. At least please mentioned where people can find the dependencies if they choose to run the notebook as is.

Anyway, thank you for the answer.