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
  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. foreach:
  24. - az2014/az-cluster-ratings
  25. - az2014/az-cluster-ratings-5core
  26. - az2014/ratings
  27. - az2018/az-cluster-ratings
  28. - az2018/az-cluster-ratings-5core
  29. - az2018/ratings
  30. - book-links/isbn-clusters
  31. - book-links/cluster-stats
  32. - book-links/cluster-graph-nodes
  33. - book-links/cluster-graph-edges
  34. - book-links/cluster-first-authors
  35. - book-links/cluster-genders
  36. - book-links/cluster-hashes
  37. - book-links/cluster-loc-first-authors
  38. - book-links/cluster-ol-first-authors
  39. - book-links/all-isbns
  40. - goodreads/book-isbn-ids
  41. - goodreads/gr-book-link
  42. - goodreads/gr-author-info
  43. - goodreads/gr-book-genres
  44. - goodreads/gr-genres
  45. - goodreads/gr-book-ids
  46. - goodreads/gr-book-info
  47. - goodreads/gr-book-authors
  48. - goodreads/gr-book-series
  49. - goodreads/gr-work-info
  50. - goodreads/gr-work-gender
  51. - goodreads/simple/gr-cluster-actions
  52. - goodreads/simple/gr-cluster-actions-5core
  53. - goodreads/simple/gr-cluster-ratings
  54. - goodreads/simple/gr-cluster-ratings-5core
  55. - goodreads/simple/gr-interactions
  56. - goodreads/simple/gr-work-actions
  57. - goodreads/simple/gr-work-actions-5core
  58. - goodreads/simple/gr-work-ratings
  59. - goodreads/simple/gr-work-ratings-5core
  60. - loc-mds/book-isbn-ids
  61. - loc-mds/book-fields
  62. - loc-mds/book-ids
  63. - loc-mds/book-isbns
  64. - loc-mds/book-authors
  65. - loc-mds/name-fields
  66. - openlibrary/edition-isbn-ids
  67. - openlibrary/authors
  68. - openlibrary/author-names
  69. - openlibrary/editions
  70. - openlibrary/edition-works
  71. - openlibrary/edition-isbns
  72. - openlibrary/edition-authors
  73. - openlibrary/edition-subjects
  74. - openlibrary/all-works
  75. - openlibrary/all-authors
  76. - openlibrary/works
  77. - openlibrary/work-authors
  78. - openlibrary/work-subjects
  79. - openlibrary/author-ids-after-works
  80. - openlibrary/work-clusters
  81. - viaf/author-genders
  82. - viaf/author-name-index
  83. - viaf/viaf
  84. do:
  85. cmd: "cargo run --release -- pq-info -o ${item}.json ${item}.parquet"
  86. deps:
  87. - "${item}.parquet"
  88. outs:
  89. - "${item}.json":
  90. cache: false
Tip!

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

Comments

Loading...