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
0d7b78ca16
initial commit
4 years ago
run
ad49e78ee2
1k data
4 years ago
cf36d2c02d
made run files for dvc run
4 years ago
c02f0e5bd6
Update README
4 years ago
91551f6c1a
made check_coeffs
4 years ago
0d7b78ca16
initial commit
4 years ago
ad49e78ee2
1k data
4 years ago
ad49e78ee2
1k data
4 years ago
91551f6c1a
made check_coeffs
4 years ago
ad49e78ee2
1k data
4 years ago
ad49e78ee2
1k data
4 years ago
a964255f65
added n_data metric
4 years ago
a964255f65
added n_data metric
4 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

DVC_example

DVC example for Data Science in Context DATA 607

Example use cases

git checkout <branch> data.csv.dvc (checkout the dvc pointer from a specific branch/point in time)dvc checkout (dvc sees the pointer has changed, pulls in the right version of data.csv from the dvc cache)dvc repro run/check_coeffs.dvc (dvc reproduces the pipeline up to the stage specified.)

If you need to alter stages of the pipeline

Here you define the stages, their dependencies, and their outputs

See dvc documentation for more info

make changes to run/<stage-definition-file>.sh filesbash run/<stage-definition-file>.sh

Tip!

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

About

DVC example mirror for DATA 607

Collaborators 1

Comments

Loading...