track-ml-experiments
Installation
SKILL.md
Track ML Experiments
See Extended Examples for complete configuration files and templates.
Set up MLflow tracking server and implement comprehensive experiment tracking with metrics, parameters, and artifacts.
When to Use
- Starting a new machine learning project requiring experiment tracking
- Migrating from manual experiment logs to automated tracking
- Comparing multiple model training runs systematically
- Sharing experiment results with team members
- Building reproducible ML workflows with full lineage tracking
- Integrating experiment tracking into CI/CD pipelines
Inputs
- Required: Python environment with ML framework (sklearn, pytorch, tensorflow, xgboost)
Related skills