Skip to content

Commit 5d3c96e

Browse files
committed
fix fixtures
1 parent 0c99895 commit 5d3c96e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/test_evaluation/test_train_evaluator.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1517,16 +1517,16 @@ def test_eval_cv_all_loss_functions(self):
15171517

15181518
fixture = {
15191519
'accuracy': 0.04,
1520-
'balanced_accuracy': 0.042002688172043,
1521-
'f1_macro': 0.04233870967741937,
1520+
'balanced_accuracy': 0.041272727272727246,
1521+
'f1_macro': 0.04232141949075587,
15221522
'f1_micro': 0.04,
1523-
'f1_weighted': 0.0400201612903226,
1524-
'log_loss': 1.1189509032852947,
1525-
'pac_score': 0.16848055656514405,
1526-
'precision_macro': 0.04141414141414135,
1523+
'f1_weighted': 0.040136675681298126,
1524+
'log_loss': 0.11895090328529478,
1525+
'pac_score': 0.16721692366352697,
1526+
'precision_macro': 0.03775252525252522,
15271527
'precision_micro': 0.04,
1528-
'precision_weighted': 0.0388484848484848,
1529-
'recall_macro': 0.042002688172043,
1528+
'precision_weighted': 0.03492424242424244,
1529+
'recall_macro': 0.041272727272727246,
15301530
'recall_micro': 0.04,
15311531
'recall_weighted': 0.04,
15321532
'num_run': 1,

0 commit comments

Comments
 (0)