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 6.8 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
  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: "© 2023 DagsHub"
  6. nav:
  7. - Home: index.md
  8. - Quick Links:
  9. - quick_start/index.md
  10. - DagsHub Platform: https://dagshub.com/product/
  11. - Set up DagsHub: quick_start/set_up_dagshub.md
  12. - Hello World Colab: https://colab.research.google.com/drive/1tzut9HMmtepff8os0eq-XV8VHkNrhKyZ?usp=sharing
  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. - Version Data and Code: quick_start/version_data_and_code.md
  23. - Track ML Experiments: use_cases/track_ml_experiments.md
  24. - Annotate Data: data_engine/use_cases/annotate_data.md
  25. - Connect External Storage: feature_guide/connect_s3_compatible_storage.md
  26. - Reproduce ML Experiments: use_cases/reproduce_experiment_results.md
  27. - Build Data Pipelines: use_cases/build_data_pipeline.md
  28. - Build custom Dataloader: use_cases/stream_data_for_ml_training.md
  29. - Deploy ML Model to Cloud: use_cases/deploy_ml_model_to_cloud.md
  30. - Data Science Peer Review: teamwork/data_science_peer_review.md
  31. - Feature Guide:
  32. - feature_guide/index.md
  33. - DagsHub Storage: feature_guide/dagshub_storage.md
  34. - Connect External Storage: feature_guide/connect_s3_compatible_storage.md
  35. - Upload Data: feature_guide/data_upload.md
  36. - Download Data: feature_guide/data_streaming.md
  37. - Experiment Table: feature_guide/discovering_experiments.md
  38. - DagsHub Tracking: feature_guide/git_tracking.md
  39. - DagsHub Annotations: feature_guide/annotations.md
  40. - DagsHub Diffing: feature_guide/dagshub_diffing.md
  41. - DagsHub Discussions: feature_guide/dagshub_discussions.md
  42. - DagsHub Pipelines: feature_guide/pipeline.md
  43. - Data Science Pull Requests: feature_guide/data_science_pull_requests.md
  44. - DagsHub Topics: feature_guide/topics.md
  45. - DagsHub Templates: feature_guide/project_templates.md
  46. - DagsHub Automation: feature_guide/automation.md
  47. - Reproduce ML Experiments: use_cases/reproduce_experiment_results.md
  48. - Data Merging: feature_guide/data_merging.md
  49. - Integration Guide:
  50. - integration_guide/index.md
  51. - GitHub: integration_guide/github.md
  52. - Google Colab: integration_guide/google_colab.md
  53. - DVC: integration_guide/dvc.md
  54. - MLflow: integration_guide/mlflow_tracking.md
  55. - Jenkins: integration_guide/jenkins.md
  56. - Label Studio: integration_guide/label_studio.md
  57. - External Storage: feature_guide/connect_s3_compatible_storage.md
  58. - External Git Server: integration_guide/connect_a_git_server_to_dagshub.md
  59. - Webhooks: integration_guide/webhook.md
  60. - New Relic: integration_guide/new_relic_monitoring.md
  61. - Google Drive: integration_guide/google_drive_to_dagshub_storage.md
  62. - PyCaret: integration_guide/pycaret.md
  63. - Hugging Face: integration_guide/hugging_face.md
  64. - YOLO-NAS: integration_guide/yolo_nas.md
  65. - Workshops:
  66. - workshops/index.md
  67. - Interactive Session: workshops/interactive_session.md
  68. - MLflow Crash Course: workshops/mlflow_crash_course.md
  69. - DVC and DDA: workshops/dvc_and_dda.md
  70. - Label Studio: workshops/label_studio.md
  71. - Generative AI: workshops/generative_ai_comics_strip.md
  72. - FAQ: faq.md
  73. - Troubleshooting: troubleshooting.md
  74. - Tutorials:
  75. - Basic Tutorial:
  76. - experiment_tutorial/index.md
  77. - 0. Data Exploration: experiment_tutorial/0_data.md
  78. - 1. Setup: experiment_tutorial/1_setup.md
  79. - 2. Data Versioning: experiment_tutorial/2_data_versioning.md
  80. - 3. Experimentation: experiment_tutorial/3_experiments.md
  81. - Pipeline Tutorial - Advanced:
  82. - tutorial/index.md
  83. - Setup: tutorial/setup.md
  84. - Defining the Pipeline: tutorial/pipeline.md
  85. - API: api.md
  86. - Data Engine:
  87. - Data Engine Feature Guide:
  88. - data_engine/feature_guide/index.md
  89. - Feature Guide: data_engine/feature_guide/overview.md
  90. - Data Engine Use Cases:
  91. - data_engine/use_cases/index.md
  92. - Generate training-ready datasets: data_engine/use_cases/overview.md
  93. - Connect your datasource: data_engine/use_cases/connect_datasource.md
  94. - Enriching your data and using it: data_engine/use_cases/enrich_datasource.md
  95. - Query and save subsets of your data: data_engine/use_cases/query_and_create_subsets.md
  96. - Visualizing your data: data_engine/use_cases/visualizing_datasets.md
  97. - Annotating your data: data_engine/use_cases/annotate_data.md
  98. - Train a model: data_engine/use_cases/train_model.md
  99. edit_uri: https://dagshub.com/DagsHub-Official/dagshub-docs/_edit/main/docs/
  100. markdown_extensions:
  101. - codehilite:
  102. linenums: true
  103. - toc:
  104. permalink: true
  105. - admonition
  106. - pymdownx.details
  107. - pymdownx.superfences
  108. - pymdownx.tabbed:
  109. alternate_style: true
  110. - footnotes
  111. - attr_list
  112. - pymdownx.mark
  113. - tables
  114. google_analytics: [true, true]
  115. theme:
  116. features:
  117. - navigation.indexes
  118. - navigation.top
  119. name: 'material'
  120. icon:
  121. repo: fontawesome/brands/git-alt
  122. edit: material/file-document-edit-outline
  123. custom_dir: 'theme'
  124. favicon: 'assets/images/favicon.png'
  125. logo: 'assets/images/logo.svg'
  126. palette:
  127. - scheme: default
  128. primary: 'teal'
  129. accent: 'teal'
  130. toggle:
  131. icon: material/toggle-switch
  132. name: Switch to dark mode
  133. - scheme: slate
  134. primary: 'teal'
  135. accent: 'teal'
  136. toggle:
  137. icon: material/toggle-switch-off-outline
  138. name: Switch to light mode
  139. font:
  140. text: 'Inter'
  141. code: 'Roboto Mono'
  142. navigation_depth: 4
  143. plugins:
  144. - search:
  145. separator: '[\s\-\.]+'
  146. lang:
  147. - en
  148. extra_css:
  149. - 'assets/stylesheets/header.css'
  150. - 'assets/stylesheets/footer.css'
  151. - 'assets/stylesheets/extra.css'
  152. - 'assets/stylesheets/swagger-ui.css'
  153. - 'assets/stylesheets/custom-search.css'
  154. - 'assets/stylesheets/dark-mode-toggle.css'
  155. - 'assets/stylesheets/prev-next-buttons.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. social:
  162. - icon: fontawesome/brands/twitter
  163. link: https://twitter.com/TheRealDagsHub
  164. - icon: fontawesome/brands/youtube
  165. link: https://www.youtube.com/channel/UCeuZrCdpIY69XNWqn9OeSYQ
  166. - icon: fontawesome/brands/linkedin
  167. link: https://www.linkedin.com/company/dagshub
  168. - icon: fontawesome/brands/discord
  169. 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...