Skip to content

Commit

Permalink
Missed logloss test added
Browse files Browse the repository at this point in the history
  • Loading branch information
nicl-nno committed Mar 11, 2024
1 parent 85a91c9 commit 25db510
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/api/test_main_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

@pytest.mark.parametrize('task_type, metric_name', [
('classification', 'f1'),
('classification', 'neg_log_loss'),
('regression', 'rmse')
])
def test_api_predict_correct(task_type, metric_name):
Expand Down

0 comments on commit 25db510

Please sign in to comment.