Create Environment
conda create -n wineq python=3.7 -yactivate env
conda activate wineqcreated a requirements file
install the requirements
pip install -r requirements.txtdownload the data from https://www.kaggle.com/datasets/uciml/red-wine-quality-cortez-et-al-2009
git initdvc initdvc add data_given/winequality-red.csvgit add .git commit -m "first commit"git add . && git commit -m "update Readme.md"git remote add origin https://github.com/vedantgoswami/Redwine_MLflow.git
git branch -M main
git push origin maintox command -
toxfor rebuilding -
tox -rpytest command -
pytest -v setup commands -
pip install -e .build your own package commands-
python setup.py sdist bdist_wheel