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 3.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
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
  1. schema: '2.0'
  2. stages:
  3. data_ingestion:
  4. cmd: python src/Concrete_CS/pipeline/stage_01_data_ingestion.py
  5. deps:
  6. - path: configs/config.yaml
  7. md5: 04f186e580f068e86050d827a6fd80b3
  8. size: 1400
  9. - path: src/Concrete_CS/pipeline/stage_01_data_ingestion.py
  10. md5: 098697531919c823850c007f654de456
  11. size: 679
  12. outs:
  13. - path: artifacts/data_ingestion/Concrete_Data.xls
  14. md5: 75292ff5ba068483a60e67fc444baaed
  15. size: 124928
  16. data_validation:
  17. cmd: python src/Concrete_CS/pipeline/stage_02_data_validation.py
  18. deps:
  19. - path: artifacts/data_ingestion/Concrete_Data.xls
  20. md5: 75292ff5ba068483a60e67fc444baaed
  21. size: 124928
  22. - path: configs/config.yaml
  23. md5: 04f186e580f068e86050d827a6fd80b3
  24. size: 1400
  25. - path: params.yaml
  26. md5: e1af7923c7c20e0d3ae939236355b0a1
  27. size: 1207
  28. - path: src/Concrete_CS/pipeline/stage_02_data_validation.py
  29. md5: ad6882a61448a53cf23d62676a170b73
  30. size: 651
  31. outs:
  32. - path: artifacts/data_validation/concrete_updated_data.csv
  33. md5: 3c8ae19a6ea5e7c7d74f6f92ba337e59
  34. size: 63222
  35. data_transformation:
  36. cmd: python src/Concrete_CS/pipeline/stage_03_data_transformation.py
  37. deps:
  38. - path: artifacts/data_validation/concrete_updated_data.csv
  39. md5: 3c8ae19a6ea5e7c7d74f6f92ba337e59
  40. size: 63222
  41. - path: configs/config.yaml
  42. md5: 04f186e580f068e86050d827a6fd80b3
  43. size: 1400
  44. - path: params.yaml
  45. md5: e1af7923c7c20e0d3ae939236355b0a1
  46. size: 1207
  47. - path: src/Concrete_CS/pipeline/stage_03_data_transformation.py
  48. md5: 3ea2d66f50f6170077edb91e07b5f67b
  49. size: 689
  50. outs:
  51. - path: artifacts/data_transformation/test_dataset_features.csv
  52. md5: 5618420fde62fe0ba0a7f5f42ed5e3c1
  53. size: 10134
  54. - path: artifacts/data_transformation/test_dataset_target.csv
  55. md5: 8dc1a7cf86e1e5b2c83a2f4417ee8e24
  56. size: 3642
  57. - path: artifacts/data_transformation/train_dataset_features.csv
  58. md5: 276ce6a02faa928972ac035d40ebf45b
  59. size: 39314
  60. - path: artifacts/data_transformation/train_dataset_target.csv
  61. md5: 60fe5986b1f0d7e02e08c018e386c8ec
  62. size: 14296
  63. model_trainer:
  64. cmd: python src/Concrete_CS/pipeline/stage_04_model_trainer.py
  65. deps:
  66. - path: artifacts/data_transformation/test_dataset_features.csv
  67. md5: 5618420fde62fe0ba0a7f5f42ed5e3c1
  68. size: 10134
  69. - path: artifacts/data_transformation/test_dataset_target.csv
  70. md5: 8dc1a7cf86e1e5b2c83a2f4417ee8e24
  71. size: 3642
  72. - path: artifacts/data_transformation/train_dataset_features.csv
  73. md5: 276ce6a02faa928972ac035d40ebf45b
  74. size: 39314
  75. - path: artifacts/data_transformation/train_dataset_target.csv
  76. md5: 60fe5986b1f0d7e02e08c018e386c8ec
  77. size: 14296
  78. - path: configs/config.yaml
  79. md5: 04f186e580f068e86050d827a6fd80b3
  80. size: 1400
  81. - path: params.yaml
  82. md5: e1af7923c7c20e0d3ae939236355b0a1
  83. size: 1207
  84. - path: src/Concrete_CS/pipeline/stage_04_model_trainer.py
  85. md5: 1e36b1fd03bc13a513445b27ab865c51
  86. size: 635
  87. outs:
  88. - path: artifacts/model_trainer/concrete_model.pkl
  89. md5: b1d0358db1b373bdcacfe982d780843a
  90. size: 5595896
Tip!

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

Comments

Loading...