Skip to content
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

Fix dmatrix testing failures in CI #3767

Closed
prutskov opened this issue Dec 2, 2021 · 0 comments · Fixed by #3770
Closed

Fix dmatrix testing failures in CI #3767

prutskov opened this issue Dec 2, 2021 · 0 comments · Fixed by #3770
Assignees

Comments

@prutskov
Copy link
Contributor

prutskov commented Dec 2, 2021

Starting from 4d7f6d4 test_dmatrix sporadically fails in CI testing. Possible reason is in strict check of equality between XGBoost/Modin XGBoost result:

assert preds.all() == md_preds.all()

@prutskov prutskov self-assigned this Dec 2, 2021
@prutskov prutskov added the CI label Dec 2, 2021
prutskov added a commit to prutskov/modin that referenced this issue Dec 3, 2021
Signed-off-by: Alexey Prutskov <alexey.prutskov@intel.com>
YarShev pushed a commit that referenced this issue Dec 3, 2021
Signed-off-by: Alexey Prutskov <alexey.prutskov@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants