saikrishnabudi / simple-dvc-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

created environment

conda create -n wine_quality python=3.9 -y

activate environment

conda activate wine_quality

created the requirement file

install the requirement file

pip install -r requirements.txt
git init
git dvc
dvc add data_given/winequality.csv
git add .
git commit -m "first commit"
git add . && git commit -m "update README.md"
git remote add origin https://github.com/saikrishnabudi/simple-dvc-demo.git
git branch -M main
git push origin main

tox command-

tox / pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org tox

for rebuilding -

tox-r

pytest command

pytest-v

setup commands -

pip install -e .

build your own package commands-

python setup.py sdist bdist wheel

About


Languages

Language:Python 41.6%Language:Jupyter Notebook 38.2%Language:HTML 20.1%Language:CSS 0.1%