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
bfb3387d56
modified
1 year ago
405d013057
Update main.yaml
2 years ago
135d59f1eb
modified
1 year ago
b41c2abc81
modified
1 year ago
135d59f1eb
modified
1 year ago
135d59f1eb
modified
1 year ago
135d59f1eb
modified
1 year ago
src
bfb3387d56
modified
1 year ago
faa6d84267
Update unit_test.py
2 years ago
bfb3387d56
modified
1 year ago
471bd2dc9c
modified
1 year ago
08130484a0
Create Dockerfile
2 years ago
928b0e6eb2
Initial commit
2 years ago
6bf8e16c5f
Update README.md
1 year ago
0be770c65c
modified
1 year ago
0da83af4df
Create docker-compose.yml
2 years ago
0be770c65c
modified
1 year ago
135d59f1eb
modified
1 year ago
b41c2abc81
modified
1 year 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

simple-data-science-examples

Python

Requirements

$ pip install -r requirements.txt

Usage

$ docker-compose up -d

Kaggle

https://www.kaggle.com/iabhishekofficial/mobile-price-classification

Organization

simple-data-science-examples/
  │
  ├── .gitignore
  ├── .dvcignore
  ├── README.md           <- The top-level README for developers using this project.
  ├── config     
  ├── data   
  ├── model
  ├── logs
  ├── notebooks
  ├── src  
  ├── tests
  ├── docker-compose.yml
  ├── Dockerfile
  └── requirements.txt   <- The requirements file for reproducing the analysis environment, e.g.
                            generated with `pip freeze > requirements.txt`

DAGSHUB

fds add model data logs
dvc add model

dvc commit -f model.dvc
git add model.dvc logs/metrics.csv logs/params.yml
git commit -m ""

Acknowledgements

Tip!

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

About

No description

Collaborators 1

Comments

Loading...