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 574 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
  1. schema: '2.0'
  2. stages:
  3. make_dataset:
  4. cmd: python src/data/make_dataset.py data/raw/dengue-raw.csv
  5. deps:
  6. - path: data/raw/dengue-raw.csv
  7. hash: md5
  8. md5: 5ea172eb4358dc5631f26ebe57b9fa62
  9. size: 4743595
  10. - path: src/data/make_dataset.py
  11. hash: md5
  12. md5: 724f93098c8f1f0c8e15712b348fdd1b
  13. size: 5085
  14. params:
  15. params.yaml:
  16. make_dataset.seed: 37
  17. make_dataset.split: 0.5
  18. outs:
  19. - path: data/processed
  20. hash: md5
  21. md5: 678cc62909765df3ffa2b3cfcccd52f0.dir
  22. size: 19476942
  23. nfiles: 2
Tip!

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

Comments

Loading...