Skip to content

Commit

Permalink
Update tutorial/10_key_features/003_efficient_optimization_algorithms.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hideaki Imamura <[email protected]>
  • Loading branch information
y0z and HideakiImamura authored Feb 15, 2024
1 parent 4ce4c6c commit 591a0ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def objective(trial):
#
# For the complete list of Optuna's integration modules, see :mod:`~optuna.integration`.
#
# For example, `optuna_integration.LightGBMPruningCallback <https://optuna-integration.readthedocs.io/en/stable/reference/generated/optuna_integration.LightGBMPruningCallback.html>`_ introduces pruning without directly changing the logic of training iteration.
# For example, `LightGBMPruningCallback <https://optuna-integration.readthedocs.io/en/stable/reference/generated/optuna_integration.LightGBMPruningCallback.html>`_ introduces pruning without directly changing the logic of training iteration.
# (See also `example <https://github.com/optuna/optuna-examples/blob/main/lightgbm/lightgbm_integration.py>`_ for the entire script.)
#
# .. code-block:: text
Expand Down

0 comments on commit 591a0ed

Please sign in to comment.