-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels