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 2.4 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
  1. schema: '2.0'
  2. stages:
  3. scan-ratings:
  4. cmd: cargo run --release -- 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. hash: md5
  11. md5: 21b5d02a0fcb3f494163ed41cb6dd295
  12. size: 1345
  13. - path: ../src/cli/amazon/
  14. hash: md5
  15. md5: a7dffc6b923be125d80365fa51520376.dir
  16. size: 5736
  17. nfiles: 4
  18. outs:
  19. - path: ratings.parquet
  20. hash: md5
  21. md5: 2c5d3e5876a1d580e003b5c83e8772e0
  22. size: 149134053
  23. cluster-ratings:
  24. cmd: cargo run --release -- amazon cluster-ratings -o az2014/az-cluster-ratings.parquet
  25. az2014/ratings.parquet
  26. deps:
  27. - path: az2014/ratings.parquet
  28. hash: md5
  29. md5: 2c5d3e5876a1d580e003b5c83e8772e0
  30. size: 149134053
  31. - path: book-links/isbn-clusters.parquet
  32. hash: md5
  33. md5: 1a87f47db64785678a022a264c8603be
  34. size: 487825142
  35. - path: src/cli/amazon
  36. hash: md5
  37. md5: a7dffc6b923be125d80365fa51520376.dir
  38. size: 5736
  39. nfiles: 4
  40. outs:
  41. - path: az2014/az-cluster-ratings.parquet
  42. hash: md5
  43. md5: 2eceab195f55bb6a38ca6b4ca918d945
  44. size: 203452162
  45. schema@ratings:
  46. cmd: python ../run.py --rust pq-info -o ratings.json ratings.parquet
  47. deps:
  48. - path: ratings.parquet
  49. md5: ce4e92caf57025df11703cb5144c7630
  50. size: 137819157
  51. outs:
  52. - path: ratings.json
  53. md5: edd9a83c530d5ba295da71dc77be1041
  54. size: 427
  55. schema@az-cluster-ratings:
  56. cmd: python ../run.py --rust pq-info -o az-cluster-ratings.json az-cluster-ratings.parquet
  57. deps:
  58. - path: az-cluster-ratings.parquet
  59. md5: bcb0ee6021c331bcd76376c70850ceef
  60. size: 289575451
  61. outs:
  62. - path: az-cluster-ratings.json
  63. md5: 2e04146763e4da1efb00357343d28d38
  64. size: 702
  65. cluster-ratings-5core:
  66. cmd: cargo run --release -- kcore -o az-cluster-ratings-5core.parquet az-cluster-ratings.parquet
  67. deps:
  68. - path: ../src/cli/kcore.rs
  69. hash: md5
  70. md5: 9a64f2beb19d2053d9c2386609beafe9
  71. size: 4874
  72. - path: az-cluster-ratings.parquet
  73. hash: md5
  74. md5: 2eceab195f55bb6a38ca6b4ca918d945
  75. size: 203452162
  76. outs:
  77. - path: az-cluster-ratings-5core.parquet
  78. hash: md5
  79. md5: 1d0a25895e0c5588af97a110af365188
  80. size: 83058355
Tip!

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

Comments

Loading...