Introduction to Data Versioning with DVC
Ravi Bhadauria
Machine Learning Engineer
pip install dvcdvc init.dvcignore to control file patterns to trackdvc add.dvc filesdvc remove, clean with dvc gcdvc remote add, list using dvc remote listdvc push and dvc pullAnatomy of the dvc.yaml file
dvc stage add to add stagessteps, commands, dependencies, params, and outputsmetrics and plots keysVisualize and run DAG
dvc dagdvc reproShow and compare metrics and plots
dvc plots show and dvc metrics showdvc plots diff and dvc metrics diffIntroduction to Data Versioning with DVC