Spaces:
Runtime error
Runtime error
Gagan Bhatia
commited on
Commit
·
19a20ae
1
Parent(s):
45007bc
Update evaluate_model.py
Browse files
src/models/evaluate_model.py
CHANGED
@@ -21,3 +21,4 @@ def evaluate_model():
|
|
21 |
with open('reports/metrics.txt', 'w') as fp:
|
22 |
json.dump(results, fp)
|
23 |
|
|
|
|
21 |
with open('reports/metrics.txt', 'w') as fp:
|
22 |
json.dump(results, fp)
|
23 |
|
24 |
+
|