Update readme.md
Browse files
readme.md
CHANGED
@@ -79,7 +79,7 @@ Replace the `<variable>` placeholders with the corresponding values specific to
|
|
79 |
- `predW` (integer): Specifies the prediction window. Valid values depend on the task:
|
80 |
- For Phenotype, Length of Stay, or Readmission tasks: 0
|
81 |
- For Mortality task: Between 2 and 8 (inclusive)
|
82 |
-
- `diagnosis`, `output`, `chart`, `proc`, `meds` (boolean): Specifies whether to include each respective feature. Valid values: True or False.
|
83 |
- `disease_filter` (string): Specifies the disease filter if focusing on a cohort with a specific chronic disease. Valid values:
|
84 |
- Heart Failure
|
85 |
- COPD
|
|
|
79 |
- `predW` (integer): Specifies the prediction window. Valid values depend on the task:
|
80 |
- For Phenotype, Length of Stay, or Readmission tasks: 0
|
81 |
- For Mortality task: Between 2 and 8 (inclusive)
|
82 |
+
- `diagnosis`, `output`, `chart`, `proc`, `meds`, `lab` (boolean): Specifies whether to include each respective feature. Valid values: True or False.
|
83 |
- `disease_filter` (string): Specifies the disease filter if focusing on a cohort with a specific chronic disease. Valid values:
|
84 |
- Heart Failure
|
85 |
- COPD
|