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 989 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
35
36
  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. 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. process_data:
  23. cmd: python src/data/make_dataset.py
  24. deps:
  25. - path: data/raw
  26. md5: 58d7b4449c4adbe6203e7a05878fae71.dir
  27. size: 38543416
  28. nfiles: 17
  29. - path: src/data/make_dataset.py
  30. md5: d41d8cd98f00b204e9800998ecf8427e
  31. size: 0
  32. outs:
  33. - path: data/processed
  34. md5: d751713988987e9331980363e24189ce.dir
  35. size: 0
  36. nfiles: 0
Tip!

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

Comments

Loading...