Artificial Intelligence

Model Registry

A centralized repository for storing, versioning, and managing trained ML models along with their metadata (metrics, parameters, lineage). It serves as the system of record for models.

Why It Matters

A model registry prevents the chaos of model files scattered across team members' laptops. It enables reproducibility, governance, and orderly deployment.

Example

MLflow Model Registry storing version 3.2 of the fraud model with its accuracy metrics, training data hash, hyperparameters, and approval status — ready for production deployment.

Think of it like...

Like a library catalog system for models — every model is registered, versioned, and accompanied by its metadata so anyone can find, evaluate, and deploy it.

Related Terms