Skip to main content

Web dashboard for Optuna.

Project description

optuna-dashboard

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

demo

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

Alternatives

  • optdash: a third-party dashboard for optuna.

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.0.1.tar.gz (1.2 MB view hashes)

Uploaded Source

Built Distribution

optuna_dashboard-0.0.1-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