sabitarajbanshi / simple-dvc-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create env


conda create -n wineq python=3.7 -y

activate env


conda activate wineq


created a req file

install the req

pip install -r requirements.txt


download the data from

https://drive.google.com/drive/folders/18zqQiCJVgF7uzXgfbIJ-04zgz1ItNfF5?usp=sharing


git init


dvc init


dvc add data_given/winequality.csv


git 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/r-sabita/simple-dvc-app.git

git branch -M main

git push origin main


tox command :

tox


for rebuilding tox :

tox -r


pytest -v


setup commands:

pip install -e .


build your own package for that the commands

python setup.py sdist bdist_wheel


About


Languages

Language:Python 99.3%Language:C 0.4%Language:HTML 0.1%Language:C++ 0.1%Language:TeX 0.0%Language:PowerShell 0.0%Language:Jupyter Notebook 0.0%Language:Fortran 0.0%Language:JavaScript 0.0%Language:Roff 0.0%Language:Shell 0.0%Language:CSS 0.0%Language:MATLAB 0.0%Language:Batchfile 0.0%Language:Smarty 0.0%Language:Classic ASP 0.0%Language:XSLT 0.0%Language:Xonsh 0.0%Language:VBScript 0.0%Language:Makefile 0.0%