mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-10 12:23:22 +08:00
Update feaures section of README
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
# optuna-dashboard
|
||||
|
||||
Realtime Web dashboard for Optuna. Code files were originally taken from [Goptuna](https://github.com/c-bata/goptuna).
|
||||
|
||||

|
||||
Web dashboard for Optuna. Code files were originally taken from [Goptuna](https://github.com/c-bata/goptuna).
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -44,6 +42,26 @@ optional arguments:
|
||||
|
||||
</details>
|
||||
|
||||
## Features
|
||||
|
||||
### Interactive realtime graphs
|
||||
|
||||
You can check graphs of optimization history, parallel coordinate and intermediate values.
|
||||
|
||||

|
||||
|
||||
### Rich trials data grid
|
||||
|
||||
You can walk-through trials with filtering and sorting.
|
||||
|
||||

|
||||
|
||||
### Create and delete study
|
||||
|
||||
You can create and delete a study from Dashboard.
|
||||
|
||||

|
||||
|
||||
## Alternatives
|
||||
|
||||
* [optdash](https://github.com/ytsmiling/optdash): a third-party dashboard for optuna.
|
||||
|
||||
Reference in New Issue
Block a user