A Beautiful Visualization Dashboard For Machine Learning
Project description
For detailed codumentation, seeml-dash-tutorial
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 different seeds)
Preview Videos, ``matplotlib`` figures, and images.
Usage
To make sure you install the newest version of ml_dash:
conda install pycurl
pip install ml-logger ml-dash --upgrade --no-cache
Just doing this would not work. The landscape of python modules is a lot messier than that of javascript. The most up-to-date graphene requires the following versioned dependencies:
yes | pip install graphene==2.1.3
yes | pip install graphql-core==2.1
yes | pip install graphql-relay==0.4.5
yes | pip install graphql-server-core==1.1.1
There are two servers:
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
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. To overwrite this, see the documentation here: ml-dash-tutorial
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
File details
Details for the file ml-dash-0.3.25.tar.gz
.
File metadata
- Download URL: ml-dash-0.3.25.tar.gz
- Upload date:
- Size: 12.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4ed6a5a3433957fae953189aec3d711df3db662fa236bfc1cc76c6a8891b461 |
|
MD5 | aa9a067513d15e576271870ebb294e50 |
|
BLAKE2b-256 | 3bd6795444dd86a3122c27ee15625728c1a4297521b39d4dc988321c684f0916 |