-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an example of Optuna Terminator for LightGBM #210
Conversation
lightgbm/lightgbm_terminator.py
Outdated
Optuna example showcasing the new Optuna Terminator feature. | ||
|
||
In this example, we utilize the Optuna Terminator for hyperparameter | ||
optimization on a lightgbm using the wine dataset. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
optimization on a lightgbm using the wine dataset. | |
optimization on LightGBM using the wine dataset. |
nit: let's be consistent about the notion of "LightGBM" with the other examples
@@ -0,0 +1,55 @@ | |||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the execution setting of lightgbm_terminator.py
to the CI.
LightGBM tests are configured in this file
https://github.com/optuna/optuna-examples/blob/main/.github/workflows/lightgbm.yml#L37-L38
Let me modify the PR title. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
example of terminator in using lightgbm