Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Integration:  dvc git github
4d7dd69ea2
first commit
2 years ago
ba1f9fbd18
mlflow final
2 years ago
520872e509
app created and tested
2 years ago
7804448f4e
pytest example
2 years ago
410a386524
mlflow final
2 years ago
fef0db8388
mlflow begins
2 years ago
a2488cd869
stage 2 complete
2 years ago
f035d0b4d0
stage 2 complete
2 years ago
4d7dd69ea2
first commit
2 years ago
410a386524
mlflow final
2 years ago
72bf56fe00
stage 2 complete
2 years ago
f035d0b4d0
stage 2 complete
2 years ago
src
410a386524
mlflow final
2 years ago
410a386524
mlflow final
2 years ago
095fe3a8cd
testing with pytest using pytest -v command
2 years ago
410a386524
mlflow final
2 years ago
4d7dd69ea2
first commit
2 years ago
4d7dd69ea2
first commit
2 years ago
dc03993768
github action workflow CICD done
2 years ago
fef0db8388
mlflow begins
2 years ago
47720f232d
github action workflow CICD done with heroku
2 years ago
a2488cd869
stage 2 complete
2 years ago
410a386524
mlflow final
2 years ago
410a386524
mlflow final
2 years ago
410a386524
mlflow final
2 years ago
fef0db8388
mlflow begins
2 years ago
fef0db8388
mlflow begins
2 years ago
d840f9da13
setup done for tox and pytest
2 years ago
4d7dd69ea2
first commit
2 years ago
6acbafaa2e
pytest example
2 years ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

You have to be logged in to leave a comment. Sign In

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"

oneline 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 main

Model testing

tox command -

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

.github creates a ci-cd pipline for the deployment purpose

create an artifcats folder

mlflow server command -

mlflow server --backend-store-uri sqlite:///mlflow.db --default-artifact-root ./artifacts --host 0.0.0.0 -p 1234

Tip!

Press p or to see the previous file or, n or to see the next file

About

No description

Collaborators 1

Comments

Loading...