Skip to content

Commit

Permalink
Reduce early_stopping_rounds
Browse files Browse the repository at this point in the history
  • Loading branch information
kvantricht authored Oct 17, 2024
1 parent 2534995 commit bea0370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ class names to use, by default None
custom_downstream_model = CatBoostClassifier(
iterations=2000, # Not too high to avoid too large model size
depth=8,
early_stopping_rounds=50,
early_stopping_rounds=20,
loss_function=loss_function,
eval_metric=eval_metric,
random_state=DEFAULT_SEED,
Expand Down

0 comments on commit bea0370

Please sign in to comment.