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 988 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
31
32
33
34
  1. train:
  2. cmd: python src/models/train_model.py
  3. deps:
  4. - path: data/processed
  5. md5: d751713988987e9331980363e24189ce.dir
  6. - path: src/models/train_model.py
  7. md5: d41d8cd98f00b204e9800998ecf8427e
  8. outs:
  9. - path: models
  10. md5: d751713988987e9331980363e24189ce.dir
  11. - path: reports/training_metrics.txt
  12. md5: d41d8cd98f00b204e9800998ecf8427e
  13. eval:
  14. cmd: python src/models/predict_model.py
  15. deps:
  16. - path: data/processed
  17. md5: d751713988987e9331980363e24189ce.dir
  18. - path: models
  19. md5: d751713988987e9331980363e24189ce.dir
  20. - path: src/models/predict_model.py
  21. md5: d41d8cd98f00b204e9800998ecf8427e
  22. outs:
  23. - path: reports/metrics.txt
  24. md5: d41d8cd98f00b204e9800998ecf8427e
  25. process_data:
  26. cmd: python src/data/make_dataset.py
  27. deps:
  28. - path: data/raw
  29. md5: d751713988987e9331980363e24189ce.dir
  30. - path: src/data/make_dataset.py
  31. md5: d41d8cd98f00b204e9800998ecf8427e
  32. outs:
  33. - path: data/processed
  34. md5: d751713988987e9331980363e24189ce.dir
Tip!

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

Comments

Loading...