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.yaml 2.7 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
  1. stages:
  2. ClusterStats:
  3. cmd: quarto render ClusterStats.qmd --to html
  4. deps:
  5. - ClusterStats.qmd
  6. - book-links/cluster-stats.parquet
  7. outs:
  8. - ClusterStats.ipynb:
  9. cache: false
  10. - ClusterStats.html
  11. - ClusterStats_files
  12. LinkageStats:
  13. cmd: quarto render LinkageStats.qmd --to html
  14. deps:
  15. - LinkageStats.qmd
  16. - book-links/gender-stats.csv
  17. outs:
  18. - LinkageStats.ipynb:
  19. cache: false
  20. - LinkageStats.html
  21. - LinkageStats_files
  22. schema:
  23. do:
  24. cmd: cargo run --release -- pq-info -o ${item}.json ${item}.parquet
  25. deps:
  26. - ${item}.parquet
  27. outs:
  28. - ${item}.json:
  29. cache: false
  30. foreach:
  31. - az2014/az-cluster-ratings
  32. - az2014/az-cluster-ratings-5core
  33. - az2014/ratings
  34. - az2018/az-cluster-ratings
  35. - az2018/az-cluster-ratings-5core
  36. - az2018/ratings
  37. - az2018/reviews
  38. - book-links/isbn-clusters
  39. - book-links/cluster-stats
  40. - book-links/cluster-graph-nodes
  41. - book-links/cluster-graph-edges
  42. - book-links/cluster-first-authors
  43. - book-links/cluster-genders
  44. - book-links/cluster-hashes
  45. - book-links/cluster-loc-first-authors
  46. - book-links/cluster-ol-first-authors
  47. - book-links/all-isbns
  48. - goodreads/book-isbn-ids
  49. - goodreads/gr-book-link
  50. - goodreads/gr-cluster-actions
  51. - goodreads/gr-cluster-actions-5core
  52. - goodreads/gr-cluster-ratings
  53. - goodreads/gr-cluster-ratings-5core
  54. - goodreads/gr-author-info
  55. - goodreads/gr-book-genres
  56. - goodreads/gr-genres
  57. - goodreads/gr-book-ids
  58. - goodreads/gr-book-info
  59. - goodreads/gr-book-authors
  60. - goodreads/gr-book-series
  61. - goodreads/gr-interactions
  62. - goodreads/gr-users
  63. - goodreads/gr-reviews
  64. - goodreads/gr-work-info
  65. - goodreads/gr-work-actions
  66. - goodreads/gr-work-actions-2015-100-10core
  67. - goodreads/gr-work-actions-5core
  68. - goodreads/gr-work-gender
  69. - goodreads/gr-work-ratings
  70. - goodreads/gr-work-ratings-2015-100-10core
  71. - goodreads/gr-work-ratings-5core
  72. - loc-mds/book-isbn-ids
  73. - loc-mds/book-fields
  74. - loc-mds/book-ids
  75. - loc-mds/book-isbns
  76. - loc-mds/book-authors
  77. - loc-mds/name-fields
  78. - openlibrary/edition-isbn-ids
  79. - openlibrary/authors
  80. - openlibrary/author-names
  81. - openlibrary/editions
  82. - openlibrary/edition-works
  83. - openlibrary/edition-isbns
  84. - openlibrary/edition-authors
  85. - openlibrary/edition-subjects
  86. - openlibrary/all-works
  87. - openlibrary/all-authors
  88. - openlibrary/works
  89. - openlibrary/work-authors
  90. - openlibrary/work-subjects
  91. - openlibrary/author-ids-after-works
  92. - openlibrary/work-clusters
  93. - viaf/author-genders
  94. - viaf/author-name-index
  95. - viaf/viaf
Tip!

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

Comments

Loading...