Skip to content

Commit

Permalink
fix: revise docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Keita-S593 committed Sep 30, 2023
1 parent 3fd91ab commit fdcd9a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terminator/terminator_lgbm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
Optuna example showcasing the new Optuna Terminator feature.
In this example, we utilize the Optuna Terminator for hyperparameter
optimization on a RandomForestClassifier using the wine dataset.
optimization on a lighgbm using the wine dataset.
The Terminator automatically stops the optimization process based
on the potential for further improvement.
To run this example:
$ python terminator_simple.py
$ python terminator_lgbm.py
"""

Expand Down

0 comments on commit fdcd9a8

Please sign in to comment.