Skip to content

Commit

Permalink
Change threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
KorenMary committed Dec 3, 2023
1 parent 17a101f commit d057e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/test/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_train_run(data_train, model):
attrs = model.__dict__.keys()

if "classifier" in attrs:
assert(model.classifier.loss<0.2)
assert(model.classifier.loss<0.3)
if "metric" in attrs:
assert(model.metric>0.1)

Expand Down

0 comments on commit d057e28

Please sign in to comment.