From ceceeeaecab8810887c96cc4313bb00d1e0852b1 Mon Sep 17 00:00:00 2001 From: mamu Date: Wed, 22 May 2024 14:47:15 +0900 Subject: [PATCH] Rename load_module_local to load_local_module --- 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 d97b21d5..928d37f0 100644 --- a/recipes/001_first.py +++ b/recipes/001_first.py @@ -265,5 +265,5 @@ 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. +# - First, you can use the `optunahub.load_local_module `__ 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.