ML Experiment Management
Systematic experiment tracking, comparison, and analysis for machine learning research.
Quick Start
Directory Structure:
logs/
├── 2026-02-22/
│ ├── 14-30-22/ # Timestamp of run
│ │ ├── .hydra/
│ │ │ ├── config.yaml # Full resolved config
│ │ │ ├── overrides.yaml # CLI overrides
│ │ │ └── hydra.yaml
│ │ ├── checkpoints/
│ │ ├── metrics.csv
│ │ └── train.log
│ └── 15-45-10/
└── experiment_registry.
[Description truncada. Veja o README completo no GitHub.]