Experiment - Data versioning (DVC)
Problem:You have a machine learning project where the dataset changes often. You want to keep track of different versions of your data so you can reproduce your results exactly.
Current Metrics:No data versioning is used. Dataset changes cause inconsistent model training results and difficulty in reproducing experiments.
Issue:Without data versioning, it is hard to know which data version was used for a specific model run. This causes confusion and unreliable results.