We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3189201 commit ff478cfCopy full SHA for ff478cf
tests/benchmark/test_hyperparameters.py
@@ -120,4 +120,4 @@ def test_hyperparameters_optimize():
120
imputer, df, generator, metric, dict_config_opti, max_evals=200
121
)
122
assert isinstance(imputer_opti, ImputerTest)
123
- np.testing.assert_almost_equal(imputer_opti.value, 4, decimal=2)
+ np.testing.assert_almost_equal(imputer_opti.value, 4, decimal=1)
0 commit comments