-
Notifications
You must be signed in to change notification settings - Fork 191
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
XGBoost 2.0.0 breaking changes #651
Comments
Found a really pernicious bug where 2.0.0 caused incorrect output, but with no errors. Running sklearn-onnx's own tutorial on serializing xgboost models fails:
(Both those should be the same, second is the same model but after serializing.) Maybe I'm missing something obvious but this was brutal for me. Would a warning be worth adding for 2.0.0 when calling this function until it's fixed? |
Your example is passing now. |
I'll close the issue. |
Hi there, XGB 2.0.0 was released last week (Sept 12, 2023) that breaks some things.
Here is an example:
with: xgboost==1.7.6
Output: No error
with xgboost==2.0.0
Output:
TypeError: unsupported operand type(s) for [//](https://github.com/onnx/onnxmltools/issues/new): 'int' and 'NoneType'
cc: microsoft/hummingbird#732
The text was updated successfully, but these errors were encountered: