Lecture: ( by Vikash Das, youtube ) →

https://youtu.be/PPrPuxqWc7E?si=BICC-JeTCeYdMROJ


Notes:

image.png

First, let’s understand → WHY?

image.png

Why do we need Data Versioning?

An ML project runs as a pipeline of steps: Data Ingestion → Data Preprocessing → Feature Engineering → Feature Selection → Model Training → Model Evaluation.

The pipeline is not static → things keep changing:

So the real question becomes: if a change makes things worse, how do you roll back to a previous version of the data? That's exactly what data versioning gives you. And it isn't only for tabular CSVs → you can version JSON, dictionaries, model outputs, etc., and even compare versions to make better choices.


Next →

What is DVC?

Just like Git versions your code, DVC (Data Version Control) versions your data.