Aarhus-Psychiatry-Research / timeseriesflattener

Converting irregularly spaced time series, such as eletronic health records, into dataframes for tabular classification.
https://Aarhus-Psychiatry-Research.github.io/timeseriesflattener
MIT License
18 stars 2 forks source link

HasValuesAggregator fails if fallback type does not match bool #569

Closed HLasse closed 3 months ago

HLasse commented 3 months ago

Potential solution is to change output of HasValuesAggregator to 0/1 instead bools and/or validating that fallback type and value type is compatible at initialization

HLasse commented 3 months ago

Validate that value and fallback column can be recasted