diff --git a/recipes/001_first.py b/recipes/001_first.py index b5718131..235827d8 100644 --- a/recipes/001_first.py +++ b/recipes/001_first.py @@ -265,4 +265,4 @@ def plot_optimizaiton_history_matplotlib(study: optuna.study.Study) -> plt.Figur # # To debug your package, you can employ the following approaches. # - First, you can use the `optunahub.load_module_local `__ function to load your package from your local directory and check if it works correctly. -# - Second, you can use the `optunahub.load_module `__ function with `repo_owner={YOUR_GITHUB_ID}` to load your package from your fork of the optunahub-registry repository and check if it works correctly. \ No newline at end of file +# - Second, you can use the `optunahub.load_module `__ function with `repo_owner={YOUR_GITHUB_ID}` to load your package from your fork of the optunahub-registry repository and check if it works correctly.