Skip to content

Commit

Permalink
Merge pull request #33 from optuna/feature/update-docs
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
y0z authored May 21, 2024
2 parents 02629ce + 4e157e5 commit 1ed840d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/001_first.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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.
# - 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 1ed840d

Please sign in to comment.