Experiment - Model versioning
Problem:You have trained a machine learning model and saved it as a file. Now you want to keep track of different versions of your model as you improve it, so you can compare and use the best one later.
Current Metrics:Model accuracy: 85%, saved as 'model_v1.pkl'
Issue:No system to manage multiple model versions. It is hard to know which model is best or to roll back to a previous version.