Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,8 @@ It takes as input four features:
|
|
29 |
- *textual medical record:* the EHR written by a doctor
|
30 |
- *disease type:* the type of disease associated with the EHR
|
31 |
- *disease location:* the location in the body of the disease
|
32 |
-
- *disease severity:* how severe or lethal is the disease
|
|
|
33 |
It is IMPORTANT to load and concatenate them in this specific order.
|
34 |
The details to reproduce the cascade predictions are available in the Training section.
|
35 |
|
|
|
29 |
- *textual medical record:* the EHR written by a doctor
|
30 |
- *disease type:* the type of disease associated with the EHR
|
31 |
- *disease location:* the location in the body of the disease
|
32 |
+
- *disease severity:* how severe or lethal is the disease
|
33 |
+
|
34 |
It is IMPORTANT to load and concatenate them in this specific order.
|
35 |
The details to reproduce the cascade predictions are available in the Training section.
|
36 |
|