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.lock 657 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
17
18
19
20
21
22
23
24
  1. models:
  2. cmd: echo "This is the model training stage" >&2 && exit 1
  3. deps:
  4. - path: data/processed
  5. md5: d41d8cd98f00b204e9800998ecf8427e
  6. outs:
  7. - path: models
  8. md5: d751713988987e9331980363e24189ce.dir
  9. eval:
  10. cmd: echo "This is the model evalualtion stage" >&2 && exit 1
  11. deps:
  12. - path: models
  13. md5: d751713988987e9331980363e24189ce.dir
  14. outs:
  15. - path: metrics/metrics.json
  16. md5: 323a6f745a4a0c26a9353616785481e8
  17. process_data:
  18. cmd: echo "This is the data processing stage" >&2 && exit 1
  19. deps:
  20. - path: data/raw
  21. md5: d41d8cd98f00b204e9800998ecf8427e
  22. outs:
  23. - path: data/processed
  24. md5: d41d8cd98f00b204e9800998ecf8427e
Tip!

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

Comments

Loading...