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

Prepare gradient index for Quantile DMatrix. #8103

Merged
merged 2 commits into from Jul 22, 2022

Conversation

trivialfis
Copy link
Member

  • Extract PushBatchImpl for reusing code. This is the common function between pushing a sparse page and a adapter, the former doesn't need to count row size and it known to be the single page.
  • Implement GetFvalue for prediction.

Extracted from: #8050 .

- Implement push batch with adapter batch.
- Implement `GetFvalue` for prediction.
@trivialfis
Copy link
Member Author

After this, there will be another 2 PRs, one for C++ iterative DMatrix and another one for the Python interface.

@trivialfis trivialfis merged commit 4a4e5c7 into dmlc:master Jul 22, 2022
@trivialfis trivialfis deleted the gradient-index branch July 22, 2022 09:26
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