Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
0d7b78ca16
initial commit
4 years ago
run
23f1acffbc
100 data coefs 4,4,4,7
4 years ago
cf36d2c02d
made run files for dvc run
4 years ago
50c931bb7e
Update README
4 years ago
91551f6c1a
made check_coeffs
4 years ago
0d7b78ca16
initial commit
4 years ago
23f1acffbc
100 data coefs 4,4,4,7
4 years ago
23f1acffbc
100 data coefs 4,4,4,7
4 years ago
91551f6c1a
made check_coeffs
4 years ago
23f1acffbc
100 data coefs 4,4,4,7
4 years ago
23f1acffbc
100 data coefs 4,4,4,7
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

Make some data

python gen_data -d <n_datapoints> -c <c1,c2,c3,c4> (c1-c4 are coefficients that the linear regressor should find)

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...