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.4 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
  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. - Set Up DagsHub: quick_start/set_up_dagshub.md
  11. - Hello World Colab: https://colab.research.google.com/drive/1tzut9HMmtepff8os0eq-XV8VHkNrhKyZ?usp=sharing
  12. - API: api.md
  13. - Preconfigured Colab: https://colab.research.google.com/drive/1XLP2Ouxk-k6y9yOxc4Grp-Aq6aGcbhuj?usp=sharing
  14. - interactive-session: workshops/interactive_session.md
  15. - FAQ: faq.md
  16. - Troubleshooting: troubleshooting.md
  17. - Use Cases:
  18. - use_cases/index.md
  19. - Set Up DagsHub: quick_start/set_up_dagshub.md
  20. - Connect an Existing Project: use_cases/connect_existing_project.md
  21. - Create Training Ready Datasets:
  22. - use_cases/data_engine/index.md
  23. - Connect a Datasource: use_cases/data_engine/connect_datasource.md
  24. - Enrich Data: use_cases/data_engine/enrich_datasource.md
  25. - Query Data: use_cases/data_engine/query_and_create_subsets.md
  26. - Visualize Data: use_cases/data_engine/visualizing_datasets.md
  27. - Annotate Data: use_cases/data_engine/annotate_data.md
  28. - Train ML Model: use_cases/data_engine/train_model.md
  29. - Version Data and Code: quick_start/version_data_and_code.md
  30. - Track ML Experiments: use_cases/track_ml_experiments.md
  31. - Reproduce ML Experiments: use_cases/reproduce_experiment_results.md
  32. - Annotate Data: tutorial/label_studio_tutorial.md
  33. - Connect External Storage: feature_guide/connect_external_storage.md
  34. - Build Data Pipelines: use_cases/build_data_pipeline.md
  35. - Build Custom Dataloaders: use_cases/build_custom_dataloader.md
  36. - Deploy ML Model to Cloud: 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/discovering_experiments.md
  41. - Data Engine: feature_guide/data_engine.md
  42. - DagsHub Annotations: feature_guide/annotations.md
  43. - DagsHub Storage: feature_guide/dagshub_storage.md
  44. - Connect External Storage: feature_guide/connect_external_storage.md
  45. - Upload Data: feature_guide/upload_data.md
  46. - Stream & Download Data: feature_guide/data_streaming.md
  47. - DagsHub Tracking: feature_guide/git_tracking.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. - Data Merging: feature_guide/data_merging.md
  56. - Integration Guide:
  57. - integration_guide/index.md
  58. - GitHub: integration_guide/github.md
  59. - Google Colab: integration_guide/google_colab.md
  60. - DVC: integration_guide/dvc.md
  61. - MLflow: integration_guide/mlflow_tracking.md
  62. - Jenkins: integration_guide/jenkins.md
  63. - Label Studio: integration_guide/label_studio.md
  64. - External Storage: integration_guide/set_up_remote_storage_for_data_and_models.md
  65. - External Git Server: integration_guide/connect_a_git_server_to_dagshub.md
  66. - Webhooks: integration_guide/webhook.md
  67. - New Relic: integration_guide/new_relic_monitoring.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. - 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. - FAQ: faq.md
  80. - Troubleshooting: troubleshooting.md
  81. - Tutorials:
  82. - Basic Tutorial:
  83. - experiment_tutorial/index.md
  84. - 0. Data Exploration: experiment_tutorial/0_data.md
  85. - 1. Setup: experiment_tutorial/1_setup.md
  86. - 2. Data Versioning: experiment_tutorial/2_data_versioning.md
  87. - 3. Experimentation: experiment_tutorial/3_experiments.md
  88. - Pipeline Tutorial - Advanced:
  89. - tutorial/index.md
  90. - Setup: tutorial/setup.md
  91. - Defining the Pipeline: tutorial/pipeline.md
  92. - API: api.md
  93. edit_uri: https://dagshub.com/DagsHub-Official/dagshub-docs/src/main/docs/
  94. markdown_extensions:
  95. - codehilite:
  96. linenums: true
  97. - toc:
  98. permalink: true
  99. - admonition
  100. - pymdownx.details
  101. - pymdownx.superfences
  102. - pymdownx.tabbed:
  103. alternate_style: true
  104. - footnotes
  105. - attr_list
  106. - pymdownx.mark
  107. - tables
  108. google_analytics: [true, true]
  109. theme:
  110. features:
  111. - navigation.indexes
  112. - navigation.top
  113. name: 'material'
  114. icon:
  115. repo: fontawesome/brands/git-alt
  116. edit: material/file-document-edit-outline
  117. custom_dir: 'theme'
  118. favicon: 'assets/images/favicon.png'
  119. logo: 'assets/images/logo.svg'
  120. palette:
  121. - scheme: default
  122. primary: 'teal'
  123. accent: 'teal'
  124. toggle:
  125. icon: material/toggle-switch
  126. name: Switch to dark mode
  127. - scheme: slate
  128. primary: 'teal'
  129. accent: 'teal'
  130. toggle:
  131. icon: material/toggle-switch-off-outline
  132. name: Switch to light mode
  133. font:
  134. text: 'Inter'
  135. code: 'Roboto Mono'
  136. navigation_depth: 4
  137. plugins:
  138. - search:
  139. separator: '[\s\-\.]+'
  140. lang:
  141. - en
  142. extra_css:
  143. - 'assets/stylesheets/header.css'
  144. - 'assets/stylesheets/footer.css'
  145. - 'assets/stylesheets/extra.css'
  146. - 'assets/stylesheets/swagger-ui.css'
  147. - 'assets/stylesheets/custom-search.css'
  148. - 'assets/stylesheets/dark-mode-toggle.css'
  149. - 'assets/stylesheets/prev-next-buttons.css'
  150. extra_javascript:
  151. - 'assets/javascripts/redirects.js'
  152. - 'assets/javascripts/header.js'
  153. - 'js/jquery-3.6.0.min.js'
  154. extra:
  155. social:
  156. - icon: fontawesome/brands/twitter
  157. link: https://twitter.com/TheRealDagsHub
  158. - icon: fontawesome/brands/youtube
  159. link: https://www.youtube.com/channel/UCeuZrCdpIY69XNWqn9OeSYQ
  160. - icon: fontawesome/brands/linkedin
  161. link: https://www.linkedin.com/company/dagshub
  162. - icon: fontawesome/brands/discord
  163. 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...