I found a solution to my problem; I just deactivated zipmap when converting with convert_sklearn
options = {id(model): {'zipmap': False}}
I found a solution to my problem; I just deactivated zipmap when converting with convert_sklearn
options = {id(model): {'zipmap': False}}
You agree to website policy and terms of use
I am trying to get started with ONNX but I run into an issue when I try to run a model:
I assume I have to change the way I create the model?
Thanks for any ideas in advance.
Best, Julian.