|
a |
|
b/README.md |
|
|
1 |
# Predicting readmission risk from doctors’ notes |
|
|
2 |
Explore whether clinical text is predictive of patient outcomes |
|
|
3 |
|
|
|
4 |
|
|
|
5 |
All our code is available in this repo. Our paper is available at https://arxiv.org/abs/1711.10663 |
|
|
6 |
|
|
|
7 |
|
|
|
8 |
In this repo you'll find |
|
|
9 |
|
|
|
10 |
. |
|
|
11 |
├── README.md |
|
|
12 |
| └─ # This doc |
|
|
13 |
├── 01_DefineTextSections.ipynb |
|
|
14 |
├── 01_DefineTextSections.py |
|
|
15 |
| └─ # Prelabelling known text sections. Somewhat data specific |
|
|
16 |
├── 02_PrepareText.ipynb |
|
|
17 |
├── 02_PrepareText.py |
|
|
18 |
| └─ # General text preprocessing code |
|
|
19 |
├── 03_TrainModel.ipynb |
|
|
20 |
| └─ # Main model architecture and training |
|
|
21 |
└── 04_TrainBaselineModels.ipynb |
|
|
22 |
└─ # Comparison models architecture and training |
|
|
23 |
|
|
|
24 |
|