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 f9d720b commit 565cc23Copy full SHA for 565cc23
1 file changed
openml/runs/run.py
@@ -231,6 +231,9 @@ def get_flow_dict(_flow):
231
elif flow.name.startswith("sklearn.pipeline.FeatureUnion"):
232
# tolerate
233
pass
234
+ elif flow.name.startswith("sklearn.ensemble.voting_classifier.VotingClassifier"):
235
+ # tolerate
236
+ pass
237
else:
238
raise ValueError("parameter %s not in flow description of flow %s" %(param,flow.name))
239
0 commit comments