Update readme.md
Browse files
readme.md
CHANGED
@@ -63,7 +63,7 @@ Replace the `<variable>` placeholders with the corresponding values specific to
|
|
63 |
## Variable Definitions and Valid Values
|
64 |
|
65 |
- `disease_label` (string): Specifies the disease label for Phenotype prediction task. Don't provide the line if the task is not Phenotype. Valid values: CAD, Heart Failure, CKD, COPD.
|
66 |
-
- `timePrediction` (integer): Specifies the time prediction. Valid values depend on the task:
|
67 |
- For Phenotype task: 30
|
68 |
- For Mortality task: 0
|
69 |
- For Length of Stay task: Between 1 and 10 (inclusive)
|
|
|
63 |
## Variable Definitions and Valid Values
|
64 |
|
65 |
- `disease_label` (string): Specifies the disease label for Phenotype prediction task. Don't provide the line if the task is not Phenotype. Valid values: CAD, Heart Failure, CKD, COPD.
|
66 |
+
- `timePrediction` (integer): Specifies the time prediction (days). Valid values depend on the task:
|
67 |
- For Phenotype task: 30
|
68 |
- For Mortality task: 0
|
69 |
- For Length of Stay task: Between 1 and 10 (inclusive)
|