-
Notifications
You must be signed in to change notification settings - Fork 279
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 breaks tests #732
Comments
Before, I believe they were defaulting to Started troubleshooting at #733 Pinning this for now. |
onnxmltools was updated but let's wait for their release, then do ours |
With the onnxmltools patch, we now get some new errors: Some of them are related to the ndcg change
but many are just outright wrong: |
The problem is related to
|
With whereas with Then at:
the values for |
Since it seems they likely changed something internally (now it appears there is a one-node tree rather than a three-node tree), this will take a bit more time. Let's not block the release on this for now. |
TODO: look at onnx/onnxmltools#597 more closely |
Going forward we can look at #764 as a starting point |
XGB 2.0.0 was released last week (Sept 12, 2023). This causes 19 tests to fail.
Many errors are related to NDCG ("NDCG is now the default objective function.")
The text was updated successfully, but these errors were encountered: