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.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
  1. schema: '2.0'
  2. stages:
  3. data-split:
  4. cmd: python3 src/data_split.py
  5. deps:
  6. - path: data/raw_data/clean_data.csv
  7. md5: b20c8cf632976544627b454eec4569cd
  8. size: 333768
  9. - path: src/data_split.py
  10. md5: c5ac7826abdad9566c61fa32b8d0a544
  11. size: 837
  12. outs:
  13. - path: data/processed_data/x_test.npy
  14. md5: 2d112d60d739d98a1c38f2ecaa3a575c
  15. size: 23424
  16. - path: data/processed_data/x_train.npy
  17. md5: 084fe9b3d0ddd59d73acf1c26fad3055
  18. size: 93120
  19. - path: data/processed_data/y_test.npy
  20. md5: c9df630695a5479df6e10a053d80f1b8
  21. size: 3040
  22. - path: data/processed_data/y_train.npy
  23. md5: 75253d33076ed9bc5211e9ec8b6f22d7
  24. size: 11752
  25. normalize:
  26. cmd: python3 src/normalize.py
  27. deps:
  28. - path: data/processed_data/x_test.npy
  29. md5: 2d112d60d739d98a1c38f2ecaa3a575c
  30. size: 23424
  31. - path: data/processed_data/x_train.npy
  32. md5: 084fe9b3d0ddd59d73acf1c26fad3055
  33. size: 93120
  34. - path: src/normalize.py
  35. md5: 8d8d4246bb5d3abc383ed6432d4cf960
  36. size: 551
  37. outs:
  38. - path: data/scaling_model.dill
  39. md5: d5ea802f85e0829fd2cd134a01eb1756
  40. size: 800
Tip!

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

Comments

Loading...