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.9 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
  1. schema: '2.0'
  2. stages:
  3. data-processing:
  4. cmd: python -m data_processing.src.data_processing
  5. deps:
  6. - path: data_labeling/data
  7. md5: 3e2ca4b761fd9bb698605613f1be9f1e.dir
  8. size: 45077187044
  9. nfiles: 112128
  10. - path: data_processing/src/const.yaml
  11. md5: 99bfdecaf747637acda48ab403c3ef9e
  12. size: 177
  13. - path: data_processing/src/data_processing.py
  14. md5: f345bcf47a884b3ea4e3d8932c07bcef
  15. size: 6091
  16. outs:
  17. - path: data_processing/samples
  18. md5: 6f1991c456efb9d94a6286fb45d742f7.dir
  19. size: 587922
  20. nfiles: 16
  21. modeling:
  22. cmd: python -m modeling.src.train
  23. deps:
  24. - path: data_labeling/data
  25. md5: 3e2ca4b761fd9bb698605613f1be9f1e.dir
  26. size: 45077187044
  27. nfiles: 112128
  28. - path: data_processing/src/const.yaml
  29. md5: 99bfdecaf747637acda48ab403c3ef9e
  30. size: 177
  31. - path: data_processing/src/data_processing.py
  32. md5: f345bcf47a884b3ea4e3d8932c07bcef
  33. size: 6091
  34. - path: modeling/src/const.yaml
  35. md5: de7cec160783642a601e0642505aad5a
  36. size: 426
  37. - path: modeling/src/train.py
  38. md5: bf1feb313191a9b2c51d46c8d5f2cfaf
  39. size: 5280
  40. outs:
  41. - path: evaluating/eval/metrics.csv
  42. md5: f0c89a07561ca8aea8ab3f4764b648e7
  43. size: 26
  44. - path: evaluating/eval/params.yml
  45. md5: 8a80554c91d9fca8acb82f023de02f11
  46. size: 3
  47. - path: prod_model
  48. md5: 0d41e6c5dd0997eb93898601365d9e46.dir
  49. size: 92824740
  50. nfiles: 4
  51. evaluating:
  52. cmd: python -m evaluating.src.heatmap
  53. deps:
  54. - path: evaluating/src/const.yaml
  55. md5: 7ece4ae7fe07370b9ef16bfdfa0298e0
  56. size: 103
  57. - path: evaluating/src/heatmap.py
  58. md5: 4e833755fee2f42a340a858ca288248d
  59. size: 5879
  60. - path: prod_model
  61. md5: 0d41e6c5dd0997eb93898601365d9e46.dir
  62. size: 92824740
  63. nfiles: 4
  64. outs:
  65. - path: evaluating/heatmap_eval
  66. md5: d6ab91b20da02e687278e869504008f2.dir
  67. size: 2110733
  68. nfiles: 16
Tip!

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

Comments

Loading...