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

Support column split in histogram builder #8811

Merged
merged 1 commit into from
Feb 17, 2023

Conversation

rongou
Copy link
Contributor

@rongou rongou commented Feb 15, 2023

When data is split column-wise, we don't need to sync the histograms across workers, since each worker has a distinct set of features. We can evaluate splits locally and find the globally best split later.

Also added a convenience method IsColumnSplit in DMatrix.

@rongou
Copy link
Contributor Author

rongou commented Feb 15, 2023

@trivialfis @hcho3

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.

2 participants