XZhang97666 / MultimodalMIMIC

27 stars 7 forks source link

A problem in preprocessing pheno #4

Open njtp111 opened 11 months ago

njtp111 commented 11 months ago

When I changed task to pheno and period_length to 24 in preprocessing.py, I noticed that there is no period_length parameter in the initialization of the PhenotypingReader class. How did the author address this issue?

https://github.com/XZhang97666/MultimodalMIMIC/blob/8e513ca9b496c9c9c112fc020dc1e6bfb931713b/preprocessing.py#L396C18-L396C18

https://github.com/YerevaNN/mimic3-benchmarks/blob/ea0314c7cbd369f62e2237ace6f683740f867e3a/mimic3benchmark/readers.py#L210