-
Notifications
You must be signed in to change notification settings - Fork 555
Open
Description
In the example code for MIMIC3Dataset, the argument code_mapping is still shown.
However, in the current version of the codebase, code_mapping is no longer a valid argument (deprecated/removed).
PyHealth/examples/mortality_mimic3_tcn.py
Lines 9 to 15 in b36399c
| base_dataset = MIMIC3Dataset( | |
| root="/srv/local/data/physionet.org/files/mimiciii/1.4", | |
| tables=["DIAGNOSES_ICD", "PROCEDURES_ICD", "PRESCRIPTIONS"], | |
| code_mapping={"ICD9CM": "CCSCM", "ICD9PROC": "CCSPROC", "NDC": "ATC"}, | |
| dev=False, | |
| refresh_cache=False, | |
| ) |
Metadata
Metadata
Assignees
Labels
No labels