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 885 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
25
26
27
28
29
30
31
32
33
34
  1. schema: '2.0'
  2. stages:
  3. generate_huge_csv_file:
  4. cmd: python generate_huge_csv_file.py
  5. deps:
  6. - path: generate_huge_csv_file.py
  7. md5: da39e967cfc74abc214c819cd51c7847
  8. size: 368
  9. params:
  10. params.yaml:
  11. huge_file_name: huge_csv_file.csv
  12. n_data: 1000000
  13. your_name: antoinet
  14. outs:
  15. - path: huge_csv_file.csv
  16. md5: 0bcf5f24c56ecc32d5b2687a72922c8e
  17. size: 33046249
  18. compute_metrics:
  19. cmd: python compute_metrics.py
  20. deps:
  21. - path: compute_metrics.py
  22. md5: 230dac71d564fa23b861cbd9a56fcc7b
  23. size: 358
  24. - path: huge_csv_file.csv
  25. md5: 0bcf5f24c56ecc32d5b2687a72922c8e
  26. size: 33046249
  27. params:
  28. params.yaml:
  29. huge_file_name: huge_csv_file.csv
  30. metrics_file_name: metrics.json
  31. outs:
  32. - path: metrics.json
  33. md5: 8f9caa2e35fd14a21a7e6e29b0ffd02b
  34. size: 32
Tip!

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

Comments

Loading...