-
Notifications
You must be signed in to change notification settings - Fork 73
Make use of "--device(s)" for XGBoost #102
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
Labels
enhancement
New feature or request
Comments
SKL_Bench_Team1 working on this issue |
Alexsandruss
added a commit
to Alexsandruss/scikit-learn_bench
that referenced
this issue
Apr 27, 2023
Device support for XGBoost is integrated in refactoring(#133), so this issue will become solved in future |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CPU and GPU configs for XGBoost have only few differences: in
data-format
(pandas vs cudf) andtree-method
(hist vs gpu_hist). Dispatching for them with--devices(s)
argument will simplify configs.The text was updated successfully, but these errors were encountered: