ML-Dash Documentation
ML-Dash is a simple, flexible SDK for ML experiment tracking and data storage. Log parameters, metrics, files, and time-series tracks with one API — locally or against a remote dash.ml server.
Installation
Quick Start
Swap dash_root=".dash" for dash_url="https://api.dash.ml" (after ml-dash login) to sync to a remote server. See Getting Started for both modes in detail.
Using Claude Code? Install the plugin for in-editor help: /plugin marketplace add fortyfive-labs/ml-dash then /plugin install ml-dash@ml-dash.
Documentation
Core
- Getting Started — install, auth, first experiment
- Experiments — lifecycle and configuration
- Parameters — hyperparameter logging
- Metrics — scalar metrics and batching
- Logging — text logs and console capture
- Files — artifacts and uploads
- CLI Commands —
ml-dashcommand reference - API Reference — full Python API
- Complete Examples — end-to-end scripts
Advanced
- Background Buffering — non-blocking I/O with auto-batching
- Tracks — time-series data for robotics and RL
- Images — numpy to PNG/JPEG conversion
Links
- GitHub: https://github.com/fortyfive-labs/ml-dash
- PyPI: https://pypi.org/project/ml-dash/
- Dashboard: https://dash.ml