product structure whatis dvc and why it is required git commands basic python exxamples

  1. two imp files params.yaml dvc.yaml
  • data gathering
  • data preprocessing
  • training
  • evaluation

data gathering --> data preprocessing --> training --> evaluation

setup conda create new conda env activate the env setup requirrements.txt install dependencies