Model Registry

Definition

Central repository for storing, versioning, and managing trained machine learning models with their metadata, ensuring easy access and organization.

Use Cases

Provider Equivalents

Frequently Asked Questions

What's the difference between a Model Registry and a Feature Store?
A model registry manages trained models: versions, metadata, approvals, and which model is deployed. A feature store manages input data features used to train and serve models, ensuring the same feature definitions are used consistently in training and production.
When should I use a Model Registry?
Use a model registry when you have more than one model version to manage, need controlled promotion to staging/production, want reproducibility (knowing exactly what data/code produced a model), or require governance such as approvals, audit trails, and rollback.
How much does a Model Registry cost?
Costs are usually driven by the underlying services: storage for model artifacts and metadata, API calls/operations, and any integrated CI/CD or pipeline runs. Some platforms include registry features as part of their ML service at no separate line item, but you still pay for associated storage, training, and deployment resources.

Category: ai-ml

Difficulty: advanced

Related Terms

See Also