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 cfb90c3 commit b9dd4a5Copy full SHA for b9dd4a5
1 file changed
tests/test_flows/test_flow_functions.py
@@ -233,4 +233,5 @@ def test_sklearn_to_flow_list_of_lists(self):
233
from sklearn.preprocessing import OrdinalEncoder
234
ordinal_encoder = OrdinalEncoder(categories=[[0, 1], [0, 1]])
235
flow = openml.flows.sklearn_to_flow(ordinal_encoder)
236
+ self._add_sentinel_to_flow_name(flow)
237
flow.publish()
0 commit comments