Coder Social home page Coder Social logo

2403hwaseer / optuna-dashboard Goto Github PK

View Code? Open in Web Editor NEW

This project forked from optuna/optuna-dashboard

0.0 0.0 0.0 347 KB

Real-time dashboard for Optuna.

Home Page: https://pypi.org/project/optuna-dashboard/

License: MIT License

Python 22.75% TypeScript 75.14% JavaScript 2.10%

optuna-dashboard's Introduction

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

Manage studies

You can create and delete a study from Dashboard.

optuna-create-delete-study

Visualize with interactive 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.

optuna-dashboard's People

Contributors

c-bata avatar 2403hwaseer avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.