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 501 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
  1. schema: '2.0'
  2. stages:
  3. process:
  4. cmd: python3 process.py
  5. deps:
  6. - path: processed.cleveland.data
  7. md5: 308250d8efcc9cef37ed611a55130910
  8. size: 18836
  9. outs:
  10. - path: heartDisease.csv
  11. md5: 5a4b5ee3efbc783a2244bccb0edaa4f6
  12. size: 18184
  13. train:
  14. cmd: python3 train.py
  15. deps:
  16. - path: heartDisease.csv
  17. md5: 5a4b5ee3efbc783a2244bccb0edaa4f6
  18. size: 18184
  19. outs:
  20. - path: metrics.json
  21. md5: 6359cc03d54b1c75d6086b136005096c
  22. size: 32
Tip!

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

Comments

Loading...