[Problem] tuning lgbm with early stop #1316
Unanswered
Nevermetyou65
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I tried to use
flaml.tune
to tune a user-defined function for lgbmHere is my code
While doing the train, I spotted that when I set an early stop callback in
lgb.train()
, the tunning process stops when the early stop is triggered, even if it is just trial 1.What is happening here?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions