Skip to content

Commit

Permalink
Merge pull request #41 from optuna/rename-load-module-local
Browse files Browse the repository at this point in the history
Rename load_module_local to load_local_module
  • Loading branch information
HideakiImamura authored May 22, 2024
2 parents 1fdf91c + ceceeea commit 5285745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/001_first.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://optuna.github.io/optunahub/reference.html#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 <https://optuna.github.io/optunahub/reference.html#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 <https://optuna.github.io/optunahub/reference.html#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.

0 comments on commit 5285745

Please sign in to comment.