onnx / sklearn-onnx

Convert scikit-learn models and pipelines to ONNX
Apache License 2.0
547 stars 99 forks source link

Not supported operation #961

Open Pantelispanka opened 1 year ago

Pantelispanka commented 1 year ago

NotImplementedError: flatten_transform==True is not implemented yet.

in python3.8/site-packages/skl2onnx/operator_converters/voting_classifier.py", line 118, in convert_voting_classifier

Is there a way to overcome this? Thanks!

xadupre commented 1 year ago

The converter does not implement that option yet. Is it something urgent?

Pantelispanka commented 1 year ago

Not urgent! Thanks!