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.9 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
  1. schema: '2.0'
  2. stages:
  3. scan-ratings:
  4. cmd: python ../run.py --rust amazon scan-ratings -o ratings.parquet ../data/az2014/ratings_Books.csv
  5. deps:
  6. - path: ../data/az2014/ratings_Books.csv
  7. md5: 77b4a5b887e14e16b13e7788bdf70156
  8. size: 916259348
  9. - path: ../src/amazon.rs
  10. md5: ca443fd61449940a5efcfda11139d8f1
  11. size: 595
  12. - path: ../src/cli/amazon/
  13. md5: 92cacc3756b1e670693cac60eaf68280.dir
  14. size: 1399
  15. nfiles: 2
  16. outs:
  17. - path: ratings.parquet
  18. md5: f3e8018263dadb98a221f7a0fd0f6821
  19. size: 147804724
  20. cluster-ratings:
  21. cmd: python run.py --rust cluster group-actions -s az-ratings -f az2014/ratings.parquet
  22. -o az2014/az-cluster-ratings.parquet
  23. deps:
  24. - path: az2014/ratings.parquet
  25. md5: f3e8018263dadb98a221f7a0fd0f6821
  26. size: 147804724
  27. - path: book-links/all-isbns.parquet
  28. md5: 29cc7ae0b86b0e0f5aa7389fdea7de5b
  29. size: 193709539
  30. - path: book-links/isbn-clusters.parquet
  31. md5: 9bb3676bec6b5b3c03fe4c25701c21f4
  32. size: 229330723
  33. - path: src/cli/cluster/
  34. md5: a1d600e4111815f34cd366be955d3f8f.dir
  35. size: 25891
  36. nfiles: 11
  37. outs:
  38. - path: az2014/az-cluster-ratings.parquet
  39. md5: 674a41980f410014f5e04036cecec492
  40. size: 302707350
  41. schema@ratings:
  42. cmd: python ../run.py --rust pq-info -o ratings.json ratings.parquet
  43. deps:
  44. - path: ratings.parquet
  45. md5: f3e8018263dadb98a221f7a0fd0f6821
  46. size: 147804724
  47. outs:
  48. - path: ratings.json
  49. md5: 47bda8e1d7e226de05134d0f36999078
  50. size: 635
  51. schema@az-cluster-ratings:
  52. cmd: python ../run.py --rust pq-info -o az-cluster-ratings.json az-cluster-ratings.parquet
  53. deps:
  54. - path: az-cluster-ratings.parquet
  55. md5: 674a41980f410014f5e04036cecec492
  56. size: 302707350
  57. outs:
  58. - path: az-cluster-ratings.json
  59. md5: cffb4741104548faed12b0030a60a854
  60. size: 1071
Tip!

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

Comments

Loading...