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 7.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
  1. site_name: DagsHub Docs
  2. site_dir: 'build/docs'
  3. site_url: 'https://dagshub.com/docs'
  4. site_description: 'DagsHub Documentation - Learn how to use DagsHub and improve you data science workflow'
  5. copyright: "© 2023 DagsHub"
  6. nav:
  7. - Home: index.md
  8. - Quick Start:
  9. - quick_start/index.md
  10. - Hello World Colab: https://colab.research.google.com/#fileId=https%3A//dagshub.com/DagsHub/Onboarding_Notebook/raw/main/hello-world/hello-world.ipynb
  11. - Create a new Project: quick_start/create_new_project.md
  12. - Connect an Existing Project: quick_start/connect_existing_project.md
  13. - Manage Datasets: use_cases/data_engine/index.md
  14. - Track Experiments: use_cases/track_ml_experiments.md
  15. - Use Cases:
  16. - use_cases/index.md
  17. - Curate Datasets:
  18. - use_cases/data_engine/index.md
  19. - Connect a Datasource: use_cases/data_engine/connect_datasource.md
  20. - Enrich Dataset: use_cases/data_engine/enrich_datasource.md
  21. - Query Dataset: use_cases/data_engine/query_and_create_subsets.md
  22. - Visualize Dataset: use_cases/data_engine/visualizing_datasets.md
  23. - Train On Your Dataset: use_cases/data_engine/train_model.md
  24. - Version Datasets and Code:
  25. - use_cases/version_data_and_code/index.md
  26. - Version Datasets: use_cases/version_data_and_code/version_datasets.md
  27. - Version Data Files: use_cases/version_data_and_code/version_data_files.md
  28. - Version Code: use_cases/version_data_and_code/version_code.md
  29. - Track ML Experiments: use_cases/track_ml_experiments.md
  30. - Annotate Datasets: use_cases/annotation.md
  31. - Auto-labeling: use_cases/auto_labeling.md
  32. - Active Learning: use_cases/active_learning.md
  33. - Reproduce ML Experiments: use_cases/reproduce_experiment_results.md
  34. - Build Data Pipelines: use_cases/build_data_pipeline.md
  35. - Build Custom Dataloaders: use_cases/build_custom_dataloader.md
  36. - Deploy ML Models: use_cases/deploy_ml_model_to_cloud.md
  37. - Data Science Peer Review: teamwork/data_science_peer_review.md
  38. - Feature Guide:
  39. - feature_guide/index.md
  40. - Experiment Tracking: feature_guide/experiment_tracking.md
  41. - Data Engine: feature_guide/data_engine.md
  42. - DagsHub Data Storage:
  43. - feature_guide/dagshub_storage/index.md
  44. - Upload Data: feature_guide/dagshub_storage/upload_data.md
  45. - Stream & Download Data: feature_guide/dagshub_storage/data_streaming.md
  46. - Connect External Storage: feature_guide/connect_external_storage.md
  47. - DagsHub Annotations: feature_guide/annotations.md
  48. - DagsHub Diffing: feature_guide/dagshub_diffing.md
  49. - DagsHub Discussions: feature_guide/dagshub_discussions.md
  50. - DagsHub Pipelines: feature_guide/pipeline.md
  51. - Data Science Pull Requests: feature_guide/data_science_pull_requests.md
  52. - DagsHub Topics: feature_guide/topics.md
  53. - DagsHub Templates: feature_guide/project_templates.md
  54. - DagsHub Automation: feature_guide/automation.md
  55. - Integration Guide:
  56. - integration_guide/index.md
  57. - GitHub: integration_guide/github.md
  58. - Google Colab: integration_guide/google_colab.md
  59. - DVC: integration_guide/dvc.md
  60. - MLflow: integration_guide/mlflow_tracking.md
  61. - Jenkins: integration_guide/jenkins.md
  62. - Label Studio: integration_guide/label_studio.md
  63. - External Storage: integration_guide/set_up_remote_storage_for_data_and_models.md
  64. - External Git Server: integration_guide/connect_a_git_server_to_dagshub.md
  65. - Webhooks: integration_guide/webhook.md
  66. - Google Drive: integration_guide/google_drive_to_dagshub_storage.md
  67. - Weights & Biases: integration_guide/weights_and_biases.md
  68. - Hugging Face: integration_guide/hugging_face.md
  69. - PyCaret: integration_guide/pycaret.md
  70. - Giskard: integration_guide/giskard.md
  71. - New Relic: integration_guide/new_relic_monitoring.md
  72. - Workshops:
  73. - workshops/index.md
  74. - Interactive Session: workshops/interactive_session.md
  75. - MLflow Crash Course: workshops/mlflow_crash_course.md
  76. - DVC and DDA: workshops/dvc_and_dda.md
  77. - Label Studio: workshops/label_studio.md
  78. - Generative AI: workshops/generative_ai_comics_strip.md
  79. - Tutorials:
  80. - Basic Tutorial:
  81. - experiment_tutorial/index.md
  82. - 0. Data Exploration: experiment_tutorial/0_data.md
  83. - 1. Setup: experiment_tutorial/1_setup.md
  84. - 2. Data Versioning: experiment_tutorial/2_data_versioning.md
  85. - 3. Experimentation: experiment_tutorial/3_experiments.md
  86. - Pipeline Tutorial - Advanced:
  87. - tutorial/index.md
  88. - Setup: tutorial/setup.md
  89. - Defining the Pipeline: tutorial/pipeline.md
  90. - Reproducing Results: tutorial/experiment_repro.md
  91. - Troubleshooting: troubleshooting.md
  92. - FAQ: faq.md
  93. - API: api.md
  94. - Python Client: client
  95. # - All Docs: all_docs.md
  96. edit_uri: https://dagshub.com/DagsHub-Official/dagshub-docs/src/main/docs/
  97. markdown_extensions:
  98. - tables
  99. - codehilite:
  100. linenums: true
  101. - toc:
  102. permalink: true
  103. - admonition
  104. - pymdownx.details
  105. - pymdownx.superfences
  106. - pymdownx.tabbed:
  107. alternate_style: true
  108. - footnotes
  109. - attr_list
  110. - pymdownx.mark
  111. - md_in_html
  112. - attr_list
  113. - pymdownx.emoji:
  114. emoji_index: !!python/name:material.extensions.emoji.twemoji
  115. emoji_generator: !!python/name:material.extensions.emoji.to_svg
  116. options:
  117. custom_icons:
  118. - overrides/.icons
  119. theme:
  120. features:
  121. - navigation.indexes
  122. - navigation.top
  123. - navigation.footer
  124. - content.action.edit
  125. - content.code.copy
  126. name: 'material'
  127. icon:
  128. repo: fontawesome/brands/git-alt
  129. edit: material/file-document-edit-outline
  130. custom_dir: 'theme'
  131. favicon: 'assets/images/favicon-black.svg'
  132. logo: 'assets/images/logo.svg'
  133. palette:
  134. - scheme: default
  135. primary: 'teal'
  136. accent: 'teal'
  137. toggle:
  138. icon: material/toggle-switch
  139. name: Switch to dark mode
  140. - scheme: slate
  141. primary: 'teal'
  142. accent: 'teal'
  143. toggle:
  144. icon: material/toggle-switch-off-outline
  145. name: Switch to light mode
  146. font:
  147. text: 'Inter'
  148. code: 'Roboto Mono'
  149. navigation_depth: 4
  150. plugins:
  151. - search:
  152. separator: '[\s\-\.]+'
  153. lang:
  154. - en
  155. - glightbox:
  156. skip_classes:
  157. - skip-glb
  158. extra_css:
  159. - 'assets/stylesheets/header.css'
  160. - 'assets/stylesheets/footer.css'
  161. - 'assets/stylesheets/extra.css'
  162. - 'assets/stylesheets/swagger-ui.css'
  163. - 'assets/stylesheets/custom-search.css'
  164. - 'assets/stylesheets/dark-mode-toggle.css'
  165. extra_javascript:
  166. - 'assets/javascripts/redirects.js'
  167. - 'assets/javascripts/header.js'
  168. - 'js/jquery-3.6.0.min.js'
  169. extra:
  170. analytics:
  171. provider: google
  172. property: G-PSBMEYG149
  173. feedback:
  174. title: Was this page helpful?
  175. ratings:
  176. - icon: material/emoticon-happy-outline
  177. name: This page was helpful
  178. data: 1
  179. note: >-
  180. Thanks for your feedback!
  181. - icon: material/emoticon-sad-outline
  182. name: This page could be improved
  183. data: 0
  184. note: >-
  185. Thanks for your feedback! Help us improve this page by
  186. creating an <a href="https://dagshub.com/DAGsHub-Official/dagshub-docs/issues" target="_blank" rel="noopener">issue in our Docs repo</a>.
  187. social:
  188. - icon: fontawesome/brands/x-twitter
  189. link: https://x.com/TheRealDagsHub
  190. - icon: fontawesome/brands/youtube
  191. link: https://www.youtube.com/channel/UCeuZrCdpIY69XNWqn9OeSYQ
  192. - icon: fontawesome/brands/linkedin
  193. link: https://www.linkedin.com/company/dagshub
  194. - icon: fontawesome/brands/discord
  195. link: https://discord.com/invite/9gU36Y6
  196. status:
  197. new: Recently Added
Tip!

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

Comments

Loading...