Skip to content

Commit

Permalink
inc.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jan 8, 2025
1 parent 232cc23 commit 590c38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-package/xgboost/testing/dask.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def check_no_group_split(client: Client, device: str) -> None:
client, 1024, 128, n_query_groups=4, max_rel=5, device=device
)

ltr = dxgb.DaskXGBRanker(allow_group_split=False, n_estimators=32, device=device)
ltr = dxgb.DaskXGBRanker(allow_group_split=False, n_estimators=36, device=device)
ltr.fit(
X_tr,
y_tr,
Expand Down

0 comments on commit 590c38a

Please sign in to comment.