/wine-quality

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

create env

conda create -n winequality python=3.9.12 -y

activate env

conda activate winequality

create requirements.txt file

pip install -r requirements.txt

download the dataset

https://drive.google.com/drive/u/3/folders/1GIPiKiNJs1UCuh7Tn7yARYLAtIBGS88Q

initialize git

git init

initialize dvc

dvc init

add dataset tracking to dvc

dvc init

add commit to git

git add . && git commit -m "first commit"