Skip to content

Commit

Permalink
Update n_trials
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Sep 23, 2023
1 parent 8ade306 commit b759e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/examples/xgboost-rf-gpu-cpu-benchmark/hpo.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def main(args):
threads_per_worker=args.threads_per_worker,
)
n_workers = len(cluster.workers)
n_trials = 8
n_trials = 100

dataset = None
# For CPU target, load the data matrix once and shared it among workers
Expand Down

0 comments on commit b759e83

Please sign in to comment.