-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
Model reproduciblility with histogram tree method. #5023
Comments
It would be nice to test for hist and gpu_hist too, as these two are most used in production env. |
Thank you @trivialfis Very interested to find out what's going on here. |
Single node GPU hist for regression and classification is now deterministic. |
Remaining issues are dask partitioning functions and GPU ranking. Ranking is tracked in #5561 . Dask partitioning still needs some more investigation. |
The histogram method inside xgboost is bit to bit reproducible now. Remaining question is in dask data partitioning. |
A link to the original issue: dask/dask-xgboost#37
TODOS:
Related:
#4204
#3921
#3707
The text was updated successfully, but these errors were encountered: