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 796 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
25
26
27
28
29
30
  1. schema: '2.0'
  2. stages:
  3. ml_pipeline:
  4. cmd: python src/components/data_ingestion.py
  5. deps:
  6. - path: src/components/data_transformation.py
  7. hash: md5
  8. md5: 9921bc6ed5b9668d287ef7aed6892d32
  9. size: 5008
  10. - path: src/components/model_trainer.py
  11. hash: md5
  12. md5: 7a7e4f2e94c8c6724c8e1b2e1da4f91e
  13. size: 4337
  14. - path: src/tracking/params.py
  15. hash: md5
  16. md5: 971175c1113db19a87385941420f3aea
  17. size: 1717
  18. outs:
  19. - path: artifacts/raw.csv
  20. hash: md5
  21. md5: ee8eb25111a586a44baba65b31d1ade8
  22. size: 978246
  23. - path: artifacts/test.csv
  24. hash: md5
  25. md5: 8ad04bc49656380163d5ec763d3b193f
  26. size: 293676
  27. - path: artifacts/train.csv
  28. hash: md5
  29. md5: dc2bae8c99454ac6539e96b7431f3563
  30. size: 684681
Tip!

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

Comments

Loading...