Support for newer versions of XGBoost
Ponewor opened this issue · 2 comments
Ponewor commented
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 commented
Same error here with XGB 1.3.3. This fails.
@dmitryikh, I think format for XGB binary changed.
nikolaydubina commented
Might be better to add support for JSON? https://xgboost.readthedocs.io/en/latest/tutorials/saving_model.html