Skip to content

Commit

Permalink
Fix verbose in LGBM
Browse files Browse the repository at this point in the history
  • Loading branch information
kasyanovse committed Sep 5, 2023
1 parent 457fbfc commit b947965
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions fedot/core/repository/data/default_operation_params.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"subsample_freq": 10,
"learning_rate": 0.03,
"n_estimators": 100,
"n_jobs": 1
"n_jobs": 1,
"verbose": -1
},
"lgbmreg": {
"num_leaves": 32,
Expand All @@ -36,7 +37,8 @@
"subsample_freq": 10,
"learning_rate": 0.03,
"n_estimators": 100,
"n_jobs": 1
"n_jobs": 1,
"verbose": -1
},
"lagged": {
"window_size": 10
Expand Down

0 comments on commit b947965

Please sign in to comment.