As a ML engineer, I want to store models in a central place with version info, so that I can roll forward or back between model versions.
Acceptance criteria:
- Trained models are saved with version identifiers (e.g., timestamps or semantic versions)
- Models are stored on disk or in Azure Blob Storage with a clear path convention
- Backend can be configured to use a specific model version
Metadata
As a ML engineer, I want to store models in a central place with version info, so that I can roll forward or back between model versions.
Acceptance criteria:
Metadata
user story