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
  1. schema: '2.0'
  2. stages:
  3. load_data:
  4. cmd: python src/load_data.py --config=params.yaml
  5. deps:
  6. - path: data_given/Cat
  7. md5: defd0f77d29eb4b2ec2bc054e299a4e2.dir
  8. size: 392566895
  9. nfiles: 12500
  10. - path: data_given/Dog
  11. md5: 64c1626f4590451549649ec8e54586a3.dir
  12. size: 473591356
  13. nfiles: 12501
  14. - path: src/get_data.py
  15. md5: 2334fec4b3b7600930978ebc4e48d009
  16. size: 1317
  17. - path: src/load_data.py
  18. md5: 6eff19b6e3119c0aa101662688742310
  19. size: 490
  20. outs:
  21. - path: data/raw/pets.csv
  22. md5: 50d504b9eb8e1ceae560fb1a349a7056
  23. size: 677821
  24. split_data:
  25. cmd: python src/split_data.py --config=params.yaml
  26. deps:
  27. - path: data/raw/pets.csv
  28. md5: 50d504b9eb8e1ceae560fb1a349a7056
  29. size: 677821
  30. - path: src/split_data.py
  31. md5: a35f54f93f28e16d5c2261572254b936
  32. size: 976
  33. outs:
  34. - path: data/processed/test_pets.csv
  35. md5: df4ac201d29cd132702dbd9dc1bfeffb
  36. size: 135648
  37. - path: data/processed/train_pets.csv
  38. md5: f6d2c6e21f78d4e0b08b97af0d883f63
  39. size: 542186
Tip!

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

Comments

Loading...