matthieukomorowski / AI_Clinician

Reinforcement learning for medical decisions
95 stars 45 forks source link

What's the correct size of sepsis and MIMICtable? #9

Open CozyDust opened 5 years ago

CozyDust commented 5 years ago

I've run AIClinician_sepsis3_def_160219.m and AIClinician_mimic3_dataset_160219.m. I find that the size of sepsis is 63x5 and the size of MIMICtable is 961x59, which are too small to run AIClinician_core_160219.m. I want to know what should the size be. Thanks.

Luca1236a commented 4 years ago

Hi, In my case, the size of sepsis and MIMICtable are 21313x5 and 278466x59

yichong96 commented 4 years ago

Would anyone happen to know why the number of icu ids in the final mimic table built is different from that of the sepsis table ? I have got 21338 icu ids in the Sepsis table but only 20950 unique ICU ids in the final mimic table.

yichong96 commented 4 years ago

All right, mimic iii v1.3 was used in for the current cohort, which might explain why the number of unique icu ids gotten from using v1.4 is more than expected