Skip to content
Snippets Groups Projects
Commit aadcc8ca authored by ashivani's avatar ashivani
Browse files

Update evaluator.py

parent 8aea1c67
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,10 @@ class AIcrowdEvaluator:
_result_object = {
"score": f1,
"score_secondary": log_loss_score,
"meta": {
"private_score": 0.00,
"private_score_secondary": 0.00
}
}
return _result_object
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment