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 1.1 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
  1. stages:
  2. schema:
  3. cmd: 'true'
  4. deps:
  5. - schemas/common-schema.status
  6. - schemas/loc-mds-schema.status
  7. - schemas/ol-schema.status
  8. - schemas/az-schema.status
  9. - schemas/bx-schema.status
  10. - schemas/gr-schema.status
  11. - schemas/viaf-schema.status
  12. all:
  13. cmd: 'true'
  14. deps:
  15. - index/loc-mds-book-info.status
  16. - index/gr-book-info.status
  17. - integrate/author-info.status
  18. - integrate/author-stats.status
  19. - integrate/cluster-stats.status
  20. - index/loc-mds-index-names.status
  21. coverage:
  22. cmd: jupytext --sync --exec LinkageStats.py
  23. deps:
  24. - LinkageStats.py
  25. - index/loc-mds-book-info.status
  26. - index/gr-book-info.status
  27. - integrate/author-info.status
  28. - integrate/author-stats.status
  29. - integrate/cluster-stats.status
  30. - index/loc-mds-index-names.status
  31. outs:
  32. - LinkageStats.ipynb:
  33. cache: false
  34. metrics:
  35. - book-coverage.json
  36. cluster-stats:
  37. cmd: jupytext --sync --exec ClusterStats.py
  38. deps:
  39. - ClusterStats.py
  40. - integrate/cluster-stats.status
  41. outs:
  42. - ClusterStats.ipynb:
  43. cache: false
  44. metrics:
  45. - book-links/cluster-stats.json
Tip!

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

Comments

Loading...