Getting Started
Goal: Catch your first regression in 15 minutes.
Your Path
| Step | What You’ll Do | Time |
|---|---|---|
| 1. Quick Install | Clone, install, verify | 2 min |
| 2. First Run | Test with DummyModel | 3 min |
| 3. First Harness | Compare two models | 10 min |
| 4. Understanding Outputs | Read the artefacts | 5 min |
Prerequisites: Python 3.10+, git. API keys optional (DummyModel works offline).
After This
- Block regressions: CI Integration Tutorial
- Understand the approach: Philosophy
- Go deeper: Concepts