Update task_template.py
Browse files- task_template.py +1 -1
task_template.py
CHANGED
|
@@ -64,7 +64,7 @@ else:
|
|
| 64 |
print("Dataset already extracted.")
|
| 65 |
|
| 66 |
|
| 67 |
-
TARGET_FEATURES_PATH = "
|
| 68 |
|
| 69 |
QUERY_ORACLE = True # set True to query the oracle endpoint
|
| 70 |
SUBMIT = False # set True to submit OUTPUT_PATH to the evaluator
|
|
|
|
| 64 |
print("Dataset already extracted.")
|
| 65 |
|
| 66 |
|
| 67 |
+
TARGET_FEATURES_PATH = "Dataset/target_features.csv"
|
| 68 |
|
| 69 |
QUERY_ORACLE = True # set True to query the oracle endpoint
|
| 70 |
SUBMIT = False # set True to submit OUTPUT_PATH to the evaluator
|