BUG: XGboost binary format is being deprecated #3321
Labels
bug
Indicates an unexpected problem or unintended behaviour
help wanted
Indicates that a maintainer wants help on an issue or pull request
Milestone
Issue Description
Based on the roadmap here dmlc/xgboost#7547,
the binary format for storing xgboost models is going to be deprecated in xgboost v2.2, when saving to raw format is no longer supported.
We currently rely on this in our
XGBTreeModelLoader
to load in xgboost models to our TreeExplainer.Warnings are already starting to show up in our test logs,
so I think we need to prioritize this over the next couple of months. It's not clear when v2.2 will be released (xgb is on v2.0 as of time of writing the issue), if it does release before this issue is resolved, then we'll need to set an upper bound on the xgboost version we support.
(If anyone is interested in tackling this, feel free to holler, so we can assign the issue appropriately.)
The change required doesn't look trivial, though.
Minimal Reproducible Example
Traceback
Expected Behavior
N.A.
Bug report checklist
Installed Versions
master
The text was updated successfully, but these errors were encountered: