Experiments
Overview
Create and manage experiments for training machine learning models.
Experiments
An experiment is a container for training a specific machine learning task. It groups together multiple runs and their resulting models.
A run is a single training execution within an experiment, containing the dataset, training configuration, metrics, and model weights.

Workflow
- Create Experiment - Select modality and task type
- Create Run - Add dataset and configure training
- Freeze Model - Save trained models for production use