dalgu90 / icd-coding-benchmark

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

[Future] Rename the `src` folder to `icd_coding_benchmark` (or any other name we can think of for the library) #27

Closed abheesht17 closed 2 years ago

abheesht17 commented 2 years ago

Generally, in libraries, all the code is present in a folder with the same name as the library. All the setup and config files are present outside this directory (i.e., they are present in the root directory). Some library examples for the same are:

https://github.com/facebookresearch/mmf/tree/main/mmf/models https://github.com/huggingface/transformers

I don't want the pace of contribution of models to be disturbed...so, let's keep it src for now, and change it once we are done adding a reasonable number of models.

dalgu90 commented 2 years ago

Resolved in #47