Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nzw0301 committed Feb 19, 2024
1 parent 1bcda7a commit ea3a7c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tutorial/20_recipes/008_specify_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def objective(trial):
"min_child_samples": trial.suggest_int("min_child_samples", 5, 100),
}

# Add a callback for pruning.
gbm = lgb.train(param, dtrain, valid_sets=[dvalid])

preds = gbm.predict(valid_x)
Expand Down

0 comments on commit ea3a7c6

Please sign in to comment.