Update data_processor.py
Browse files- data_processor.py +1 -8
data_processor.py
CHANGED
|
@@ -179,13 +179,6 @@
|
|
| 179 |
# return "Address Engagement"
|
| 180 |
# return "Consider barriers, fidelity, and progress monitoring"
|
| 181 |
|
| 182 |
-
|
| 183 |
-
|
| 184 |
-
|
| 185 |
-
|
| 186 |
-
|
| 187 |
-
|
| 188 |
-
|
| 189 |
|
| 190 |
|
| 191 |
import re
|
|
@@ -196,7 +189,7 @@ from huggingface_hub import InferenceClient
|
|
| 196 |
class DataProcessor:
|
| 197 |
INTERVENTION_COLUMN_OPTIONS = [
|
| 198 |
'Did the intervention happen today?',
|
| 199 |
-
'Did the
|
| 200 |
]
|
| 201 |
ENGAGED_STR = 'Engaged'
|
| 202 |
PARTIALLY_ENGAGED_STR = 'Partially Engaged'
|
|
|
|
| 179 |
# return "Address Engagement"
|
| 180 |
# return "Consider barriers, fidelity, and progress monitoring"
|
| 181 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 182 |
|
| 183 |
|
| 184 |
import re
|
|
|
|
| 189 |
class DataProcessor:
|
| 190 |
INTERVENTION_COLUMN_OPTIONS = [
|
| 191 |
'Did the intervention happen today?',
|
| 192 |
+
'Did the intervention take place today?'
|
| 193 |
]
|
| 194 |
ENGAGED_STR = 'Engaged'
|
| 195 |
PARTIALLY_ENGAGED_STR = 'Partially Engaged'
|