dalgu90 / icd-coding-benchmark

Automatic ICD coding benchmark based on the MIMIC dataset
MIT License
35 stars 5 forks source link

Rename the module to anemic, address the import issue, refactor DCAN #47

Closed dalgu90 closed 2 years ago

dalgu90 commented 2 years ago

Hi team. I changed the module name and the related import statements. This PR also addresses the problem of doing import * for the Config, and reactors DCAN for the.

By the second change, if any of the anemic submodules are imported, then all the classes of anemic will be loaded recursively by the __init__.py files so that the ConfigMapper will get the classes.
FYI, all the import statements are absolute imports, not relative, following this guide.