matthieukomorowski / AI_Clinician

Reinforcement learning for medical decisions
95 stars 45 forks source link

Reformat5t? #5

Open moberst opened 5 years ago

moberst commented 5 years ago

https://github.com/matthieukomorowski/AI_Clinician/blob/1a57264a851499f2cf442676e93ab8118d16ae2b/AIClinician_sepsis3_def_160219.m#L794

This line throws an error (see below)

Undefined variable "reformat5t" or class "reformat5t.elixhauser".

Error in AIClinician_sepsis3_def_160219 (line 791)
reformat5t.elixhauser(isnan(reformat5t.elixhauser))=nanmedian(reformat5t.elixhauser);  %use the median value / only a few missing data points 

Is it safe to say that this should be reformat4t?