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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
  1. schema: '2.0'
  2. stages:
  3. data_ingestion:
  4. cmd: python src/mlProject/pipeline/stage_01_data_ingestion.py
  5. deps:
  6. - path: config/config.yaml
  7. hash: md5
  8. md5: 374c307693ec3d5fa388407e221f8810
  9. size: 995
  10. - path: src/mlProject/pipeline/stage_01_data_ingestion.py
  11. hash: md5
  12. md5: e67fd74c313c15244dd0e1a1bff0aaf4
  13. size: 878
  14. outs:
  15. - path: artifacts/data_ingestion
  16. hash: md5
  17. md5: cf213e68237a5a48a00ae1834dd84caa.dir
  18. size: 124280
  19. nfiles: 2
  20. data_validation:
  21. cmd: python src/mlProject/pipeline/stage_02_data_validation.py
  22. deps:
  23. - path: config/config.yaml
  24. hash: md5
  25. md5: 374c307693ec3d5fa388407e221f8810
  26. size: 995
  27. - path: schema.yaml
  28. hash: md5
  29. md5: 4507aea2d4cf88586592c441140524ba
  30. size: 320
  31. - path: src/mlProject/pipeline/stage_02_data_validation.py
  32. hash: md5
  33. md5: 97a5d60cfb2735ed965db69402b48b65
  34. size: 852
  35. outs:
  36. - path: artifacts/data_validation
  37. hash: md5
  38. md5: 0ccb3ea5849272ff03be5ab71786b9ff.dir
  39. size: 23
  40. nfiles: 1
  41. data_transformation:
  42. cmd: python src/mlProject/pipeline/stage_03_data_transformation.py
  43. deps:
  44. - path: artifacts/data_ingestion
  45. hash: md5
  46. md5: cf213e68237a5a48a00ae1834dd84caa.dir
  47. size: 124280
  48. nfiles: 2
  49. - path: config/config.yaml
  50. hash: md5
  51. md5: 374c307693ec3d5fa388407e221f8810
  52. size: 995
  53. - path: src/mlProject/pipeline/stage_03_data_transformation.py
  54. hash: md5
  55. md5: 154c31b6f9456f6126c7ec4546102c57
  56. size: 901
  57. outs:
  58. - path: artifacts/data_transformation
  59. hash: md5
  60. md5: 59d7038f1c8cdc56252b40dc9cdfc26d.dir
  61. size: 93631
  62. nfiles: 2
  63. model_training:
  64. cmd: python src/mlProject/pipeline/stage_04_model_trainer.py
  65. deps:
  66. - path: artifacts/data_transformation
  67. hash: md5
  68. md5: 59d7038f1c8cdc56252b40dc9cdfc26d.dir
  69. size: 93631
  70. nfiles: 2
  71. - path: config/config.yaml
  72. hash: md5
  73. md5: 374c307693ec3d5fa388407e221f8810
  74. size: 995
  75. - path: src/mlProject/pipeline/stage_04_model_trainer.py
  76. hash: md5
  77. md5: 592c2255288969cc7c2298f96626d92e
  78. size: 831
  79. params:
  80. params.yaml:
  81. ElasticNet:
  82. alpha: 0.2
  83. l1_ratio: 0.1
  84. outs:
  85. - path: artifacts/model_trainer
  86. hash: md5
  87. md5: 2ffa40054f9b474a3231b6c7ef7793e8.dir
  88. size: 1233
  89. nfiles: 1
  90. model_evaluation:
  91. cmd: python src/mlProject/pipeline/stage_05_model_evaluation.py
  92. deps:
  93. - path: artifacts/data_transformation
  94. hash: md5
  95. md5: 59d7038f1c8cdc56252b40dc9cdfc26d.dir
  96. size: 93631
  97. nfiles: 2
  98. - path: artifacts/model_trainer
  99. hash: md5
  100. md5: 2ffa40054f9b474a3231b6c7ef7793e8.dir
  101. size: 1233
  102. nfiles: 1
  103. - path: config/config.yaml
  104. hash: md5
  105. md5: 374c307693ec3d5fa388407e221f8810
  106. size: 995
  107. - path: src/mlProject/pipeline/stage_05_model_evaluation.py
  108. hash: md5
  109. md5: 989a7bc0c0bfaa13e1be5a947e299c60
  110. size: 871
  111. outs:
  112. - path: artifacts/model_evaluation
  113. hash: md5
  114. md5: 0d982b14a8c99abc0f890e4245a721ee.dir
  115. size: 96
  116. nfiles: 1
Tip!

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

Comments

Loading...