From 985b301f67b54ebff12c400777cf76100c68a63c Mon Sep 17 00:00:00 2001 From: Toshihiko Yanase Date: Fri, 10 Nov 2023 13:47:35 +0900 Subject: [PATCH] Add README to direct users to optuna-examples. --- examples/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 00000000..ab86ed0a --- /dev/null +++ b/examples/README.md @@ -0,0 +1,5 @@ +Optuna Dashboard Examples +========================= + +Example files have been moved to the [optuna/optuna-examples](https://github.com/optuna/optuna-examples/) repoistory. +You can find the dashboard-related examples in the [dashboard](https://github.com/optuna/optuna-examples/tree/main/dashboard) directory.