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

Add device support for XGB tuning #390

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

adobles96
Copy link

Add device kwarg to XGBoost._tune and XGBoost.objective to enable GPU training.

@xnuohz
Copy link
Contributor

xnuohz commented Apr 23, 2024

Maybe it is better to add device in GBDT class, since all these models support GPU training.

@weihua916
Copy link
Contributor

Agree with @xnuohz . Do you want to take it over (if possible)?

@adobles96
Copy link
Author

Sure I can do that. I'll make it draft PR while I look into the other library training APIs as I'm not too familiar with those.

@adobles96 adobles96 marked this pull request as draft April 24, 2024 17:15
@weihua916
Copy link
Contributor

If @xnuohz has the bandwidth, could you help with it? @adobles96 Is that okay?

@xnuohz
Copy link
Contributor

xnuohz commented May 7, 2024

Sure. Should I open a new PR for this?

@weihua916
Copy link
Contributor

@xnuohz thank you. Yes you can open a new PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants