From b089e8ced5ad907d641d0c8e1e53fc462630ec8d Mon Sep 17 00:00:00 2001 From: c-bata Date: Sun, 25 Oct 2020 14:46:22 +0900 Subject: [PATCH] Update feaures section of README --- README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b08e10e..ab83d17d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # optuna-dashboard -Realtime Web dashboard for Optuna. Code files were originally taken from [Goptuna](https://github.com/c-bata/goptuna). - -![demo](https://user-images.githubusercontent.com/5564044/97078684-ba98a180-1628-11eb-8245-7cb8c76647f5.gif) +Web dashboard for Optuna. Code files were originally taken from [Goptuna](https://github.com/c-bata/goptuna). ## Usage @@ -44,6 +42,26 @@ optional arguments: +## Features + +### Interactive realtime graphs + +You can check graphs of optimization history, parallel coordinate and intermediate values. + +![optuna-realtime-graph](https://user-images.githubusercontent.com/5564044/97099797-66e19300-16d0-11eb-826c-6977e3941fb0.gif) + +### Rich trials data grid + +You can walk-through trials with filtering and sorting. + +![optuna-trial-table](https://user-images.githubusercontent.com/5564044/97099599-36005e80-16ce-11eb-929c-8498f6ea09da.gif) + +### Create and delete study + +You can create and delete a study from Dashboard. + +![optuna-create-delete-study](https://user-images.githubusercontent.com/5564044/97099702-4107be80-16cf-11eb-9d97-f5ceec98ce52.gif) + ## Alternatives * [optdash](https://github.com/ytsmiling/optdash): a third-party dashboard for optuna.