Open cascademars opened 1 year ago
Hi. Thanks for the great work. Im trying to write a inference script for this repo. But not able to understand how to convert yhat or yhat_raw predictions into ICD codes. If possible can you please suggest how to go ahead. Thanks.
Please see load_full_codes(self.train_path, version=version) in data_util.py to convert label id to icd codes.
Hi. Thanks for the great work. Im trying to write a inference script for this repo. But not able to understand how to convert yhat or yhat_raw predictions into ICD codes. If possible can you please suggest how to go ahead. Thanks.