We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The tests are failing with XGBoost 2.0, as per #3254 . A short-term fix could be to just pin the previous version.
This issue however is to get our test suite passing against the latest version, which I think would be a preferable long-term solution: https://github.com/dmlc/xgboost/releases/tag/v2.0.0
The text was updated successfully, but these errors were encountered:
Related issue in XGBoost, from #3307 (comment) :
dmlc/xgboost#8345
https://github.com/dmlc/xgboost/blob/4d7a187cb0ebc2194abc1efe0aaee6f06af937c5/tests/python/test_with_shap.py#L16
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Problem Description
The tests are failing with XGBoost 2.0, as per #3254 . A short-term fix could be to just pin the previous version.
This issue however is to get our test suite passing against the latest version, which I think would be a preferable long-term solution:
https://github.com/dmlc/xgboost/releases/tag/v2.0.0
Feature request checklist
The text was updated successfully, but these errors were encountered: