Merge pull request #826 from keisuke-umezawa/feature/show-example

Add examples link and delete examples directory
This commit is contained in:
c-bata
2024-03-07 08:57:02 +09:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+5
View File
@@ -5,6 +5,11 @@
[![Read the Docs](https://readthedocs.org/projects/optuna-dashboard/badge/?version=latest)](https://optuna-dashboard.readthedocs.io/en/latest/?badge=latest)
[![Codecov](https://codecov.io/gh/optuna/optuna-dashboard/branch/main/graph/badge.svg)](https://codecov.io/gh/optuna/optuna-dashboard)
:link: [**Website**](https://optuna.org/)
| :page_with_curl: [**Docs**](https://optuna-dashboard.readthedocs.io/en/stable/)
| :gear: [**Install Guide**](https://optuna-dashboard.readthedocs.io/en/stable/getting-started.html#installation)
| :pencil: [**Tutorial**](https://optuna-dashboard.readthedocs.io/en/stable/tutorials/index.html)
| :bulb: [**Examples**](https://github.com/optuna/optuna-examples/tree/main/dashboard)
Real-time dashboard for [Optuna](https://github.com/optuna/optuna).
Code files were originally taken from [Goptuna](https://github.com/c-bata/goptuna).
-5
View File
@@ -1,5 +0,0 @@
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.