Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

mkdocs.yml 3.5 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
96
97
98
99
100
101
102
103
104
  1. site_name: DagsHub Docs
  2. site_description: 'DagsHub Documentation - Learn how to use DagsHub and improve you data science workflow'
  3. site_dir: 'build/docs'
  4. site_url: 'https://dagshub.com/docs'
  5. copyright: "© 2021 DagsHub"
  6. nav:
  7. - Docs Home: index.md
  8. - Get Started:
  9. - Get Started Overview: getting-started/overview.md
  10. - Create a Project on DagsHub: getting-started/create-a-dagshub-project.md
  11. - Version Code and Data: getting-started/version-code-and-data.md
  12. - Track Experiments: getting-started/track-experiments.md
  13. - Explore a New Hypothesis: getting-started/explore-a-new-hypothesis.md
  14. - Feature Guide:
  15. - Data Merging: reference/data_merging.md
  16. - Data Science Pull Requests: reference/data_science_pull_requests.md
  17. - Experiment Tab:
  18. - Overview: reference/discovering_experiments.md
  19. - Git Tracking: reference/git-tracking.md
  20. - MLflow Tracking: reference/mlflow_tracking.md
  21. - Jenkins: reference/jenkins.md
  22. - Project Templates: reference/project_templates.md
  23. - Remote Storage:
  24. - DagsHub Storage: reference/dagshub_storage.md
  25. - External Storage: reference/set-up-remote-storage-for-data-and-models.md
  26. - Reproduce Results: reference/reproducing_results.md
  27. - Topics: reference/topics.md
  28. - Webhooks: reference/webhook.md
  29. - New Relic: reference/new_relic_monitoring.md
  30. - Integration Guide: integration-guide/integration-guide.md
  31. - FAQ: faq.md
  32. - Tutorials:
  33. - Basic Tutorial:
  34. - Overview: experiment-tutorial/overview.md
  35. - 0. Data Exploration: experiment-tutorial/0-data.md
  36. - 1. Setup: experiment-tutorial/1-setup.md
  37. - 2. Data Versioning: experiment-tutorial/2-data-versioning.md
  38. - 3. Experimentation: experiment-tutorial/3-experiments.md
  39. - Pipeline Tutorial - Advanced:
  40. - Overview: tutorial/overview.md
  41. - Setup: tutorial/setup.md
  42. - Defining the Pipeline: tutorial/pipeline.md
  43. - Experimenting and Reproducibility: tutorial/experiment_repro.md
  44. - Google Drive to DagsHub: tutorial/google-drive-to-dagshub-storage.md
  45. - Workshops:
  46. - Interactive Session: workshops/interactive-session.md
  47. - Production-oriented Work: workshops/production_oriented_work.md
  48. - Data Science Teamwork with Git: workshops/effective_data_science_teamwork_using_git.md
  49. - Feature Updates: feature_updates.md
  50. markdown_extensions:
  51. - codehilite:
  52. linenums: true
  53. - toc:
  54. permalink: true
  55. - admonition
  56. - pymdownx.details
  57. - pymdownx.superfences
  58. - pymdownx.tabbed
  59. - footnotes
  60. - attr_list
  61. - pymdownx.mark
  62. google_analytics: [true, true]
  63. theme:
  64. name: 'material'
  65. icon:
  66. repo: fontawesome/brands/git-alt
  67. custom_dir: 'theme'
  68. favicon: 'assets/images/favicon.png'
  69. logo: 'assets/images/logo.svg'
  70. palette:
  71. primary: 'teal'
  72. accent: 'teal'
  73. scheme: 'slate'
  74. font:
  75. text: 'Lato'
  76. code: 'Roboto Mono'
  77. navigation_depth: 4
  78. plugins:
  79. - search:
  80. separator: '[\s\-\.]+'
  81. lang:
  82. - en
  83. extra_css:
  84. - 'assets/stylesheets/extra.css'
  85. extra_javascript:
  86. - 'assets/javascripts/redirects.js'
  87. extra:
  88. social:
  89. - icon: fontawesome/brands/twitter
  90. link: https://twitter.com/TheRealDagsHub
  91. - icon: fontawesome/brands/youtube
  92. link: https://www.youtube.com/channel/UCeuZrCdpIY69XNWqn9OeSYQ
  93. - icon: fontawesome/brands/linkedin
  94. link: https://www.linkedin.com/company/dagshub
  95. - icon: fontawesome/brands/discord
  96. link: https://discord.com/invite/9gU36Y6
Tip!

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

Comments

Loading...