diff --git a/tutorial/10_key_features/003_efficient_optimization_algorithms.py b/tutorial/10_key_features/003_efficient_optimization_algorithms.py index a095c55d54..0ac12996f1 100644 --- a/tutorial/10_key_features/003_efficient_optimization_algorithms.py +++ b/tutorial/10_key_features/003_efficient_optimization_algorithms.py @@ -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 `_ introduces pruning without directly changing the logic of training iteration. +# For example, `LightGBMPruningCallback `_ introduces pruning without directly changing the logic of training iteration. # (See also `example `_ for the entire script.) # # .. code-block:: text