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

Split up column matrix initialization. #8060

Merged
merged 4 commits into from Jul 14, 2022

Conversation

trivialfis
Copy link
Member

This PR splits the column matrix initialization into 2 steps, the first one initializes
the storage while the second one does the transpose. By doing so, we can reuse the code
for Quantile DMatrix.

Extracted from #8050 .

@trivialfis trivialfis marked this pull request as ready for review July 11, 2022 20:07
This PR splits the column matrix initialization into 2 steps, the first one initializes
the storage while the second one does the transpose. By doing so, we can reuse the code
for Quantile DMatrix.
@trivialfis trivialfis merged commit 8dd9601 into dmlc:master Jul 14, 2022
@trivialfis trivialfis deleted the split-column-matrix branch July 14, 2022 02:34
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.

None yet

2 participants