Skip to content

Example code still uses deprecated argument "code_mapping" #535

@chpark-vuno

Description

@chpark-vuno

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).

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions