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 fbc1829 commit 99d80f5Copy full SHA for 99d80f5
1 file changed
tests/test_runs/test_run_functions.py
@@ -1040,6 +1040,7 @@ def test_local_run_swapped_parameter_order_model(self):
1040
self._test_local_evaluations(run)
1041
1042
@pytest.mark.sklearn()
1043
+ @pytest.mark.skip("https://github.com/openml/openml-python/issues/1586")
1044
@unittest.skipIf(
1045
Version(sklearn.__version__) < Version("0.20"),
1046
reason="SimpleImputer doesn't handle mixed type DataFrame as input",
0 commit comments