From 5bb6a0cd7b0445c062f1ef7df9e90dcd562c9603 Mon Sep 17 00:00:00 2001 From: y0z Date: Tue, 21 May 2024 19:11:27 +0900 Subject: [PATCH 1/2] Update docs --- recipes/001_first.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes/001_first.py b/recipes/001_first.py index 0ad3085a..b5718131 100644 --- a/recipes/001_first.py +++ b/recipes/001_first.py @@ -262,3 +262,7 @@ def plot_optimizaiton_history_matplotlib(study: optuna.study.Study) -> plt.Figur # # - [Original Paper](Link/to/the/original/paper) # - [Source Code](Link/to/the/source/code) +# +# 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 From 4e157e59565f9ee4fe3bcad966c7620c89e6f4e8 Mon Sep 17 00:00:00 2001 From: y0z Date: Tue, 21 May 2024 19:13:36 +0900 Subject: [PATCH 2/2] Add newline --- recipes/001_first.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.