-
Notifications
You must be signed in to change notification settings - Fork 555
ICD 9 V Code Prediction Task and Example #790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
jhnwu3
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey Sharim! Thanks for the help! Can we implement some unit tests sorta like how paul does it here?
https://github.com/sunlabuiuc/PyHealth/blob/master/tests/core/test_sdoh.py
Basically, it helps to just test that the class itself works.
Other things would be adding to the docs/ (Cursor does a pretty good job here given some examples).
| @@ -0,0 +1,158 @@ | |||
| # SDOH Medical Coding Task | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Anyway to refactor this as a *.py file or just have the prompt here in the llm.py file?
I guess another thing we could do is have a sdoh_icd9_llm/ directory for your work here.
|
|
||
|
|
||
| class SDOHICD9LLM: | ||
| """Admission-level SDOH ICD-9 V-code detector using an LLM.""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add more doc strings on how a user might use this model here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see some examples: https://github.com/sunlabuiuc/PyHealth/blob/master/pyhealth/models/stagenet.py
No description provided.