2020-10-25 14:29:18 +09:00
2020-10-24 18:02:24 +09:00
2020-10-24 18:53:42 +09:00
2020-10-24 18:53:42 +09:00
2020-10-24 20:09:25 +09:00
2020-10-24 20:09:25 +09:00
2020-10-25 15:08:03 +09:00
2020-10-24 22:38:17 +09:00

optuna-dashboard

Web dashboard for Optuna. Code files were originally taken from Goptuna.

Usage

You can install optuna-dashboard via pip.

$ pip install optuna-dashboard

After you installed, optuna-dashboard command is available. Please execute it with Optuna storage URL.

$ optuna-dashboard sqlite:///db.sqlite3
Bottle v0.12.18 server starting up (using WSGIRefServer())...
Listening on http://localhost:8080/
Hit Ctrl-C to quit.
More command line options
$ optuna-dashboard --help
usage: optuna-dashboard [-h] [--port PORT] [--host HOST] [--quiet] storage

A third-party dashboard for optuna.

positional arguments:
  storage      Optuna Storage URL

optional arguments:
  -h, --help   show this help message and exit
  --port PORT  port number (default: 8080)
  --host HOST  hostname (default: 'localhost')
  --quiet      quiet

Features

Interactive realtime graphs

You can check graphs of optimization history, parallel coordinate and intermediate values.

optuna-realtime-graph

Rich trials data grid

You can walk-through trials with filtering and sorting.

optuna-trial-table

Create and delete study

You can create and delete a study from Dashboard.

optuna-create-delete-study

Alternatives

  • optdash: a third-party dashboard for optuna.
S
Description
Real-time Web Dashboard for Optuna.
Readme MIT
16 MiB
Languages
TypeScript 59.1%
Python 38.5%
JavaScript 1.2%
HTML 0.6%
Dockerfile 0.3%
Other 0.3%