Releases: cumc-dbmi/cehrbert
Releases · cumc-dbmi/cehrbert
v1.3.1
v1.3.0
v1.2.9
What's Changed
Full Changelog: v1.2.8...v1.2.9
v1.2.8
v1.2.7
added a check on birth_datetime in the meds to cehrbert data conversi…
v1.2.5
What's Changed
- Extended the runner arg parser and fixed a typo in DataTrainingArguments by @ChaoPang in #72
- Fixed Fine-tune example code in ReadME by @joshuasami in #74
- fixed the streaming bug by @ChaoPang in #75
New Contributors
- @joshuasami made their first contribution in #74
Full Changelog: v1.2.4...v1.2.5
v1.2.4: Meds conversion time token fix (#71)
* sort events in patient_block; get visit_end_datetime from the property otherwise infer it from the last event * fixed age batch_norm in the LSTM finetuning * fixed a bug where time token is not created when the time_delta is 0 * added meds_exclude_tables to the login meds_utils
v1.2.3
check whether patient_id exists in the meds_reader database because s…
v1.2.2
upgraded cehrbert_data from v0.0.3 to v0.0.4 (#65)
v1.2.1
What's Changed
- created a helper function to convert the existing huggingface dataset to an iterable dataset by @ChaoPang in #64
Full Changelog: v1.2.0...v1.2.1