From 50e9c7f5664b61d1e31b41fc4bec8c0b2d33a3b4 Mon Sep 17 00:00:00 2001 From: mamu Date: Fri, 24 May 2024 09:15:28 +0900 Subject: [PATCH] Add reference to template dir in the tutorial --- recipes/001_first.py | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/001_first.py b/recipes/001_first.py index 928d37f0..1c8227b9 100644 --- a/recipes/001_first.py +++ b/recipes/001_first.py @@ -184,6 +184,7 @@ def plot_optimizaiton_history_matplotlib(study: optuna.study.Study) -> plt.Figur # You need to create a pull request to the `optunahub-registry `_ repository. # # The following is an example of the directory structure of the pull request. +# See the `template directory`_ for an example of the directory structure. # # | package # | └── samplers (or visualization)