"# ai4i2020-linear-regr-dvc-deploy for demo"
create env
conda create -n machineLearning python=3.7 -yactivate env
conda activate machineLearningcreated a req file
install the req
pip install -r requirements.txtdownload the data from
https://archive.ics.uci.edu/ml/machine-learning-databases/00601/ai4i2020.csv
git initdvc init dvc add data_given/ai4i2020.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/Udaykiran87/ai4i2020-linear-regr-dvc-deploy.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