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

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

Comments

Loading...