Skip to content
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

Merged
merged 4 commits into from
Sep 30, 2023

Conversation

hamster-86
Copy link

example of terminator in using lightgbm

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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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 @@
"""
Copy link
Member

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

@g-votte g-votte changed the title add: exapmle of terminator in lgbm Add an example of Optuna Terminator for LightGBM Sep 30, 2023
@g-votte
Copy link
Member

g-votte commented Sep 30, 2023

Let me modify the PR title.

@g-votte g-votte self-assigned this Sep 30, 2023
@not522 not522 added the sprint-20230930 PR from the online sprint event Sep 30, 2023. label Sep 30, 2023
Copy link
Member

@g-votte g-votte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@g-votte g-votte merged commit 953e56d into optuna:main Sep 30, 2023
5 checks passed
This was referenced Sep 30, 2023
@not522 not522 added this to the v3.4.0 milestone Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sprint-20230930 PR from the online sprint event Sep 30, 2023.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants