It is wine quality test machine learning projetc using mlops
create env
conda create -n wineq python=3.7 -yactivate env
conda activate wineqcreated a req file
install the req
pip install -r requirements.txtdownload the data from
https://drive.google.com/drive/folders/18zqQiCJVgF7uzXgfbIJ-04zgz1ItNfF5?usp=sharing
git initdvc init dvc add data_given/winequality.csvgit add .git commit -m "first commit"oneliner updates for readme
git add . && git commit -m "update Readme.md"git remote add origin https://github.com/c17hawke/simple-dvc-demo.git
git branch -M main
git push origin maintox command -
toxfor rebuilding -
tox -r pytest command
pytest -vsetup commands -
pip install -e . build your own package commands-
python setup.py sdist bdist_wheel