Added
- {func}
~ehrdata.io.from_pandaswithformat='long'provides a new keyword argumentfill_time_gapsthat fills missing timegaps in the common case of integer time steps from 0 to n_timesteps (#229) @eroell
Modified
- {func}
~ehrdata.dt.mimic_2columncensor_flgswitched to lifeline's convention with 1=event, 0=censored, before this dataset loader function had them vice versa since the dataset provides them as such originally. (#227) @sueoglu
Fixed
- {func}
~ehrdata.io.from_pandaswithformat='long'misordered entries in.X/.layerswith.obsif the input df was not sorted for the obs id keys, which is now fixed. (#228) @eroell