Update my_model/config/evaluation_config.py
Browse files
my_model/config/evaluation_config.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
FUZZY_SCORE = 80
|
2 |
USE_FUZZY = False # this was used at the initial stage of the evaluation only, then manually reviewed as detailed in the report.
|
3 |
EVALUATION_DATA_PATH = 'my_model/results/evaluation_results.xlsx'
|
|
|
1 |
+
import os
|
2 |
+
|
3 |
FUZZY_SCORE = 80
|
4 |
USE_FUZZY = False # this was used at the initial stage of the evaluation only, then manually reviewed as detailed in the report.
|
5 |
EVALUATION_DATA_PATH = 'my_model/results/evaluation_results.xlsx'
|