You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Appreciate the public release of the code for this project! It seems to me that something might be missing, however. Installing everything, downloading the mimic data, and then running mimic_preprocessing.py runs into a list of issues that don't seem like they could have ever worked on their own. For instance, subject_instance is commented out in HP, HP never has a defined attribute called result_csv_dead_los, and the last line in mimic_preprocessing.py isn't valid python syntax. There's a whole series of other issues that makes me think I'm missing a config of some sort.
Am I missing something to run this code? If I am, I'd really appreciate any help! I thought the paper was really solid and a working implementation would be very helpful towards a paper I'm working on.
The text was updated successfully, but these errors were encountered:
Hi,
Appreciate the public release of the code for this project! It seems to me that something might be missing, however. Installing everything, downloading the mimic data, and then running mimic_preprocessing.py runs into a list of issues that don't seem like they could have ever worked on their own. For instance, subject_instance is commented out in HP, HP never has a defined attribute called result_csv_dead_los, and the last line in mimic_preprocessing.py isn't valid python syntax. There's a whole series of other issues that makes me think I'm missing a config of some sort.
Am I missing something to run this code? If I am, I'd really appreciate any help! I thought the paper was really solid and a working implementation would be very helpful towards a paper I'm working on.
The text was updated successfully, but these errors were encountered: