Skip to content

Dimensions of input data #9

@arielpeterson

Description

@arielpeterson

Hi Edward,

I did not use the MIMIC-III dataset, but used my own data set of patients and their diagnosis codes. I constructed a binary matrix like process_mimic.py where each row is a patient and each column is an ICD9/ICD10 code as my input. I have 1,064 unique ICD9/ICD10 codes and looking at medgan.py it looks like you set the inputDim=615. Is this for the number of unique codes in data set A?

I adjusted "inputDim" to be 1064 in my case and the resulting Numpy array has dimensions (10000,186). I thought the resulting dimensions would be (10000,1064). Are there other adjustments I need to make to the model?

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions