Closed zoevas closed 2 years ago
I also encountered the same overflow error in mimic3csv.py on MIMIC3 v1.4 dataset.
@diyang-lee I applied the change related with stays[AGE] of this PR and the issue solved: https://github.com/YerevaNN/mimic3-benchmarks/pull/119/files
thanks @zoevas , my issue solved after reset statement as well as library version.
@diyang-lee so you did not change the code? but you changed the library versions?
@zoevas I changed the code you mentioned AND library versions (in requirements.txt) in that PR.
By running the Step 2, I am getting an overflow error in a substract operation:
~/Downloads/mimic3-benchmarks$ python -m mimic3benchmark.scripts.extract_subjects /home/zvasilei/Downloads/mimic-iii-clinical-database-1.4 data/root
But I am getting the overflow error for the substract command in the calculation of the age in the mimic3csv.py file: