Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues converting dask XGB Models to ONNX #369

Open
ankit1200 opened this issue Feb 6, 2020 · 1 comment
Open

Issues converting dask XGB Models to ONNX #369

ankit1200 opened this issue Feb 6, 2020 · 1 comment

Comments

@ankit1200
Copy link

Hi @xadupre,

I'm having issues converting my dask XGB model to ONNX. The error I get is the following:

ValueError: No proper operator name found for '<class 'xgboost.core.Booster'>'.

I know you've released a patch mentioned in issue #349 ; however, we still are facing the issue. I've provided detailed code I've used to train the model. Would really appreciate your assistance!

Thanks,
Ankit

https://github.com/ankit1200/onnx-test/blob/master/xgb-onnx-test.ipynb

@xadupre
Copy link
Collaborator

xadupre commented Apr 15, 2020

Booster should be now supported. You would probably need to install the library from master branch. See PR #385 for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants