Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

dvc.yaml 329 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  1. artifacts:
  2. stackoverflow-dataset:
  3. path: data/data.xml
  4. type: dataset
  5. desc: Initial XML StackOverflow dataset (raw data)
  6. stages:
  7. prepare:
  8. cmd: python src/prepare.py data/data.xml
  9. deps:
  10. - data/data.xml
  11. - src/prepare.py
  12. params:
  13. - prepare.seed
  14. - prepare.split
  15. outs:
  16. - data/prepared
Tip!

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

Comments

Loading...