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

Support for newer versions of XGBoost #80

Open
Ponewor opened this issue Jan 22, 2021 · 2 comments
Open

Support for newer versions of XGBoost #80

Ponewor opened this issue Jan 22, 2021 · 2 comments

Comments

@Ponewor
Copy link

Ponewor commented Jan 22, 2021

Something has changed in XGBoost model's binary format. The highest versions I've managed to make leaves work with is 1.0. Starting from 1.1+ I keep getting "panic: unexpected EOF". Is support for newer versions planned?
Moreover, they've started to save models in JSON format and it looks like they're going to deprecate binaries altogether.

@nikolaydubina
Copy link

Same error here with XGB 1.3.3. This fails.

image

image

Size is too large here:
image

@dmitryikh, I think format for XGB binary changed.

@nikolaydubina
Copy link

Might be better to add support for JSON? https://xgboost.readthedocs.io/en/latest/tutorials/saving_model.html

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