dmitryikh/leaves

Support for newer versions of XGBoost

Ponewor opened this issue · 2 comments

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.

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.