A model registry is a system to store and manage machine learning models. It tracks versions, metadata, and performance metrics. The key metrics here are model performance metrics like accuracy, precision, recall, and F1 score. These metrics help decide which model version is best to use or deploy.
Why? Because the registry helps compare models fairly and pick the best one. It also stores metadata like training data, parameters, and evaluation results to keep track of model quality over time.