Skip to content

Commit 565cc23

Browse files
committed
adds support for voting classifier issue #209
1 parent f9d720b commit 565cc23

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

openml/runs/run.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,9 @@ def get_flow_dict(_flow):
231231
elif flow.name.startswith("sklearn.pipeline.FeatureUnion"):
232232
# tolerate
233233
pass
234+
elif flow.name.startswith("sklearn.ensemble.voting_classifier.VotingClassifier"):
235+
# tolerate
236+
pass
234237
else:
235238
raise ValueError("parameter %s not in flow description of flow %s" %(param,flow.name))
236239

0 commit comments

Comments
 (0)