AI_Clinician
AI_Clinician copied to clipboard
Reinforcement learning for medical decisions
On lines 181-185, the item IDs (which can get very large, e.g., 227467) in third column of `labU` are replaced by the appropriate column number in `reformat` (which goes up...
This should close issues #2 and #5
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...
> @matthieukomorowski @moberst Sorry to bother you again. When I am running the `AIClinician_sepsis3_def_160219.m`, I got an error of this line`inputpreadm=table2array(readtable('D:/exportdir/preadm_fluid.csv'));` because the first coloum is double while the second...