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