thbndi commited on
Commit
3d54238
1 Parent(s): 03fa0b9

Update config/readme.md

Browse files
Files changed (1) hide show
  1. config/readme.md +0 -52
config/readme.md CHANGED
@@ -31,33 +31,6 @@ outlier: <outlier>
31
  left_outlier: <left_outlier>
32
  ```
33
 
34
- The configuration file should be in YAML format (.config file) and follow the structure outlined below for **Non-ICU Data**:
35
-
36
- ```yaml
37
- disease_label: <disease_label> mandatory only if the prediction task is Phenotype
38
- timePrediction: <timePrediction>
39
- timeWindow: <timeWindow>
40
- timebucket: <timebucket>
41
- radimp: <radimp>
42
- predW: <predW>
43
- diagnosis: <diagnosis>
44
- lab: <lab>
45
- proc: <proc>
46
- meds: <meds>
47
- disease_filter: <disease_filter>
48
- icu_no_icu: <icu_no_icu>
49
- groupingDiag: <groupingDiag>
50
- groupingProc: <groupingProc>
51
- groupingMed: <groupingMed>
52
- select_diag: <select_diag>
53
- select_med: <select_med>
54
- select_proc: <select_proc>
55
- select_lab: <select_lab>
56
- outlier_removal: <outlier_removal>
57
- outlier: <outlier>
58
- left_outlier: <left_outlier>
59
- ```
60
-
61
  Replace the `<variable>` placeholders with the corresponding values specific to your use case. Detailed explanations of each variable and their valid values are provided in the next section.
62
 
63
  ## Variable Definitions and Valid Values
@@ -131,31 +104,6 @@ outlier_removal: Impute Outlier (default:98)
131
  outlier: 98
132
  left_outlier: 0
133
  ```
134
- Here's an example of a valid configuration file for **Non-ICU Data**:
135
-
136
- ```yaml
137
- timePrediction: 0
138
- timeWindow: First 48 hours
139
- timebucket: 2
140
- radimp: forward fill and mean
141
- predW: 2
142
- diagnosis: True
143
- lab: True
144
- proc: False
145
- meds: False
146
- disease_filter: CKD
147
- icu_no_icu: ICU
148
- groupingDiag: Convert ICD-9 to ICD-10 and group ICD-10 codes
149
- select_diag: False
150
- select_med: False
151
- select_proc: False
152
- select_lab: False
153
- outlier_removal: Impute Outlier (default:98)
154
- outlier: 98
155
- left_outlier: 0
156
- groupingMed: Yes
157
- groupingProc: ICD-10
158
- ```
159
 
160
  Feel free to modify the values to fit your specific requirements.
161
 
 
31
  left_outlier: <left_outlier>
32
  ```
33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  Replace the `<variable>` placeholders with the corresponding values specific to your use case. Detailed explanations of each variable and their valid values are provided in the next section.
35
 
36
  ## Variable Definitions and Valid Values
 
104
  outlier: 98
105
  left_outlier: 0
106
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
 
108
  Feel free to modify the values to fit your specific requirements.
109