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 1.1 KB

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
31
32
33
34
35
36
37
38
39
40
41
  1. schema: '2.0'
  2. stages:
  3. train:
  4. cmd: python src/models/train_model.py
  5. deps:
  6. - path: data/processed
  7. md5: d751713988987e9331980363e24189ce.dir
  8. - path: src/models/train_model.py
  9. md5: d41d8cd98f00b204e9800998ecf8427e
  10. outs:
  11. - path: models
  12. md5: d751713988987e9331980363e24189ce.dir
  13. - path: reports/training_metrics.txt
  14. md5: d41d8cd98f00b204e9800998ecf8427e
  15. eval:
  16. cmd: python src/models/predict_model.py
  17. deps:
  18. - path: data/processed
  19. md5: d751713988987e9331980363e24189ce.dir
  20. - path: models
  21. md5: d751713988987e9331980363e24189ce.dir
  22. - path: src/models/predict_model.py
  23. md5: d41d8cd98f00b204e9800998ecf8427e
  24. outs:
  25. - path: reports/metrics.txt
  26. md5: d41d8cd98f00b204e9800998ecf8427e
  27. process_data:
  28. cmd: python src/data/make_dataset.py
  29. deps:
  30. - path: data/raw
  31. md5: 84fe85213df898e3f069cd685052b8bb.dir
  32. size: 3484968309
  33. nfiles: 763
  34. - path: src/data/make_dataset.py
  35. md5: d41d8cd98f00b204e9800998ecf8427e
  36. size: 0
  37. outs:
  38. - path: data/processed
  39. md5: d751713988987e9331980363e24189ce.dir
  40. size: 0
  41. nfiles: 0
Tip!

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

Comments

Loading...