Skip to content

Commit

Permalink
Set early_stopping_rounds for all boostings
Browse files Browse the repository at this point in the history
  • Loading branch information
aPovidlo committed Jul 29, 2024
1 parent 9f537f4 commit fd3786d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fedot/core/repository/data/default_operation_params.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"enable_categorical": true,
"use_eval_set": true,
"use_best_model": true,
"early_stopping_rounds": null,
"early_stopping_rounds": 30,
"n_jobs": 1
},
"catboostreg": {
Expand All @@ -40,7 +40,7 @@
"enable_categorical": true,
"use_eval_set": true,
"use_best_model": true,
"early_stopping_rounds": null,
"early_stopping_rounds": 30,
"n_jobs": 1
},
"lgbm": {
Expand All @@ -50,7 +50,7 @@
"extra_trees": false,
"enable_categorical": true,
"use_eval_set": true,
"early_stopping_rounds": null,
"early_stopping_rounds": 30,
"n_jobs": 1,
"verbose": -1
},
Expand All @@ -61,7 +61,7 @@
"extra_trees": false,
"enable_categorical": true,
"use_eval_set": true,
"early_stopping_rounds": null,
"early_stopping_rounds": 30,
"n_jobs": 1,
"verbose": -1
},
Expand Down

0 comments on commit fd3786d

Please sign in to comment.