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 706 B

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
  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
Tip!

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

Comments

Loading...