Skip to main content

A Beautiful Visualization Dashboard For Machine Learning

Project description

Downloads

ML-dash replaces visdom and tensorboard. It allows you to see real-time updates, review 1000+ of experiments quickly, and dive in-depth into individual experiments with minimum mental effort.

  • Parallel Coordinates

  • Aggregating Over Multiple Runs (with differetn seeds)

  • Preview Videos, figures, and images.

Usage

To make sure you install the newest version of ml_dash:

pip install ml-dash --upgrade --no-cache

There are two servers:

  1. a server that serves the static web-application files ml_dash.app

    This is just a static server that serves the web application client.

    To run this:

    python -m ml_dash.app
  2. the visualization backend ml_dash.server

    This server usually lives on your logging server. It offers a graphQL API backend for the dashboard client.

    python -m ml_dash.server --logdir=my/folder

    Note: the server accepts requests from ``localhost`` only by default for safety reasons.

Implementation Notes

See https://github.com/episodeyang/ml_logger/tree/master/ml-dash-server/notes/README.md

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

ml-dash-0.1.20.tar.gz (3.5 MB view hashes)

Uploaded Source

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