Experiments
Experiments allow ML engineers and data scientists to track training runs, log hyperparameters and metrics, and compare results across iterations.
Services Behind This Feature
| Service | Role |
|---|---|
| BFF API | Proxies requests and performs token exchange to the experiment tracking backend. |
| MLflow | The experiment tracking engine. Stores runs, parameters, metrics, and artifacts. Runs inside the tenant cluster. |
Go Deeper
- Security → Authentication and Authorization in the Cogrion UI
- Platform Developer → Deploying the ML Stack