Skip to content

Conversation

@dantegd
Copy link
Member

@dantegd dantegd commented Oct 29, 2025

Follow up to #7350 that added simple xgboost to the benchmark utility, this PR allows to use the native XGB API as well as using the QuantileDMatrix optionally.

@copy-pr-bot
Copy link

copy-pr-bot bot commented Oct 29, 2025

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@github-actions github-actions bot added the Cython / Python Cython or Python issue label Oct 29, 2025
@dantegd dantegd added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Oct 29, 2025
@dantegd dantegd marked this pull request as ready for review October 29, 2025 22:16
@dantegd dantegd requested a review from a team as a code owner October 29, 2025 22:16
@dantegd dantegd requested a review from csadorf October 29, 2025 22:16
objective = "multi:softmax"
eval_metric = "merror"

params = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The max_bin needs to be part of training parameters as well.

@csadorf
Copy link
Contributor

csadorf commented Nov 14, 2025

@dantegd Can you provide instructions on how to test this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Cython / Python Cython or Python issue improvement Improvement / enhancement to an existing function non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants