Skip to main content

Real-time dashboard for Optuna.

Project description

optuna-dashboard

Software License

Real-time dashboard for Optuna. Code files were originally taken from Goptuna.

Usage

You can install optuna-dashboard via pip.

$ pip install optuna-dashboard

Then please execute optuna-dashboard command 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 -h
usage: optuna-dashboard [-h] [--port PORT] [--host HOST] [--version] [--quiet] storage

Real-time dashboard for Optuna.

positional arguments:
  storage        DB URL (e.g. sqlite:///example.db)

optional arguments:
  -h, --help     show this help message and exit
  --port PORT    port number (default: 8080)
  --host HOST    hostname (default: 127.0.0.1)
  --version, -v  show program's version number and exit
  --quiet, -q    quiet

Features

Create and delete study

You can create and delete a study from Dashboard.

optuna-create-delete-study

Interactive live-updating graphs

Interactive live-updating graphs for optimization history, parallel coordinate and intermediate values.

optuna-realtime-graph

Rich trials data grid

You can walk-through trials by filtering and sorting.

optuna-trial-table

Submitting patches

If you want to contribute, please check Developers Guide.

Alternatives

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

optuna-dashboard-0.2.0.tar.gz (1.2 MB view hashes)

Uploaded Source

Built Distribution

optuna_dashboard-0.2.0-py3-none-any.whl (1.2 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page