forked from MicrosoftDocs/azure-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoc.yml
264 lines (263 loc) · 9.78 KB
/
toc.yml
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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
- name: Team Data Science Process Documentation
href: index.yml
- name: Overview
href: overview.md
- name: Lifecycle
href: lifecycle.md
items:
- name: 1. Business understanding
href: lifecycle-business-understanding.md
- name: 2. Data acquisition and understanding
href: lifecycle-data.md
- name: 3. Modeling
href: lifecycle-modeling.md
- name: 4. Deployment
href: lifecycle-deployment.md
- name: 5. Customer acceptance
href: lifecycle-acceptance.md
- name: Roles and tasks
href: roles-tasks.md
items:
- name: Group manager
href: group-manager-tasks.md
- name: Team lead
href: team-lead-tasks.md
- name: Project lead
href: project-lead-tasks.md
- name: Individual contributor
href: project-ic-tasks.md
- name: Project planning
href: team-data-science-process-project-templates.md
- name: Development
items:
- name: Agile development
href: agile-development.md
- name: Collaborative coding with Git
href: collaborative-coding-with-git.md
- name: Execute data science tasks
href: execute-data-science-tasks.md
- name: Code testing
href: code-test.md
- name: Track progress
href: track-progress.md
- name: Operationalization
items:
- name: DevOps - CI/CD
href: ci-cd-flask.md
- name: Worked-out examples
href: walkthroughs.md
items:
- name: Spark with PySpark and Scala
href: walkthroughs-spark.md
items:
- name: Explore and model data
href: spark-data-exploration-modeling.md
- name: Advanced data exploration and modeling
href: spark-advanced-data-exploration-modeling.md
- name: Score models
href: spark-model-consumption.md
- name: Hive with HDInsight Hadoop
href: walkthroughs-hdinsight-hadoop.md
- name: U-SQL with Azure Data Lake
href: walkthroughs-azure-data-lake.md
- name: R, Python and T-SQL with SQL Server
href: walkthroughs-sql-server.md
- name: T-SQL and Python with SQL DW
href: walkthroughs-sql-data-warehouse.md
- name: Utilities & tools
items:
- name: Data exploration & modeling utils (GitHub)
href: https://github.com/Azure/Azure-TDSP-Utilities
- name: Training
items:
- name: For data scientists
href: team-data-science-process-for-data-scientists.md
- name: For DevOps
href: team-data-science-process-for-devops.md
- name: How To
items:
- name: Set up data science environments
href: environment-setup.md
items:
- name: Azure storage accounts
href: ../../storage/common/storage-create-storage-account.md
maintainContext: true
- name: Platforms and tools
href: platforms-and-tools.md
- name: R and Python on HDInsight clusters
items:
- name: Introduction to Spark on HDInsight
href: ../../hdinsight/spark/apache-spark-overview.md
maintainContext: true
- name: Create an Apache Spark cluster in Azure HDInsight
href: ../../hdinsight/spark/apache-spark-jupyter-spark-sql.md
maintainContext: true
- name: PySpark kernels for Jupyter Notebook
href: ../../hdinsight/spark/apache-spark-jupyter-notebook-kernels.md
maintainContext: true
- name: R Server on HDInsight
href: ../../hdinsight/r-server/r-server-overview.md
maintainContext: true
- name: Get started using R Server on HDInsight
href: ../../hdinsight/r-server/r-server-get-started.md
maintainContext: true
- name: Azure Machine Learning workspace
href: ../studio/create-workspace.md
maintainContext: true
- name: Analyze business needs
items:
- name: Identify your scenario
href: plan-your-environment.md
- name: Acquire and understand data
items:
- name: Ingest data
displayName: move data, manage data logistics
items:
- name: Overview
href: ingest-data.md
- name: Move to/from Blob storage
items:
- name: Overview
href: move-azure-blob.md
- name: Use Storage Explorer
href: move-data-to-azure-blob-using-azure-storage-explorer.md
- name: Use AzCopy
href: move-data-to-azure-blob-using-azcopy.md
- name: Use Python
href: ../../storage/blobs/storage-python-how-to-use-blob-storage.md
maintainContext: true
- name: Use SSIS
href: move-data-to-azure-blob-using-ssis.md
- name: Move to SQL on a VM
href: move-sql-server-virtual-machine.md
- name: Move to Azure SQL Database
href: move-sql-azure.md
- name: Move to Hive tables
href: move-hive-tables.md
- name: Move to SQL partitioned tables
href: parallel-load-sql-partitioned-tables.md
- name: Move from on-prem SQL
href: move-sql-azure-adf.md
- name: Explore and visualize data
items:
- name: Prepare data
href: prepare-data.md
- name: Explore data
items:
- name: Overview
href: explore-data.md
- name: Explore Azure Blob storage
href: explore-data-blob.md
- name: Explore SQL on a VM
href: explore-data-sql-server.md
- name: Explore Hive tables
href: explore-data-hive-tables.md
- name: Sample data
items:
- name: Overview
href: sample-data.md
- name: Use blob storage
href: sample-data-blob.md
- name: Use SQL Server
href: sample-data-sql-server.md
- name: Use Hive tables
href: sample-data-hive.md
- name: Process data
items:
- name: Access with Python
href: python-data-access.md
- name: Process blob data
href: data-blob.md
- name: Use Azure Data Lake
href: data-lake-walkthrough.md
- name: Use SQL VM
href: sql-server-virtual-machine.md
- name: Use data pipeline
href: automated-data-pipeline-cheat-sheet.md
- name: Use Spark
href: spark-overview.md
- name: Use Scala and Spark
href: scala-walkthrough.md
- name: Develop models
items:
- name: Engineer features
items:
- name: Overview
href: create-features.md
- name: Use SQL+Python
href: create-features-sql-server.md
- name: Use Hive queries
href: create-features-hive.md
- name: Select features
href: select-features.md
- name: Create and train models
items:
- name: Choose algorithms
href: ../studio/algorithm-choice.md
maintainContext: true
- name: Algorithm cheat sheet
href: ../studio/algorithm-cheat-sheet.md
maintainContext: true
- name: Deploy models in production
href: deploy-models-in-production.md
- name: Related
items:
- name: Azure Machine Learning
href: ../service/
- name: Microsoft Cognitive Toolkit - CNTK
href: https://docs.microsoft.com/cognitive-toolkit/
maintainContext: true
- name: Azure AI Gallery
href: https://gallery.azure.ai
- name: Cortana Analytics
items:
- name: Anomaly detection
href: apps-anomaly-detection-api.md
- name: Cognitive Services
href: https://docs.microsoft.com/azure/cognitive-services/
- name: Predictive maintenance
items:
- name: Overview
href: cortana-analytics-playbook-predictive-maintenance.md
- name: Architecture
href: cortana-analytics-architecture-predictive-maintenance.md
- name: Technical guide
href: cortana-analytics-technical-guide-predictive-maintenance.md
- name: Vehicle telemetry
items:
- name: Overview
href: cortana-analytics-playbook-vehicle-telemetry.md
- name: Playbook Deep Dive
href: cortana-analytics-playbook-vehicle-telemetry-deep-dive.md
- name: Power BI Setup
href: cortana-analytics-playbook-vehicle-telemetry-powerbi.md
- name: Resources
items:
- name: Blogs
items:
- name: Recent Updates for the TDSP
href: https://blogs.technet.microsoft.com/machinelearning/2017/10/09/the-microsoft-team-data-science-process-tdsp-recent-updates/
- name: Using the TDSP in Azure Machine Learning
href: https://blogs.technet.microsoft.com/machinelearning/2017/09/25/using-the-team-data-science-process-tdsp-in-azure-machine-learning/
- name: Data Science Utilities v.0.11 for the TDSP
href: https://blogs.technet.microsoft.com/machinelearning/2017/01/11/announcing-data-science-utilities-version-0-11-for-the-team-data-science-process/
- name: Latest utilities for the TDSP
href: https://blogs.technet.microsoft.com/machinelearning/2017/04/05/latest-rev-of-utilities-for-microsoft-team-data-science-process-tdsp-now-available/
- name: Data Science Project Planning Template
href: https://blogs.msdn.microsoft.com/buckwoody/2017/10/24/a-data-science-microsoft-project-template-you-can-use-in-your-solutions/
- name: Cortana Intelligence and Machine Learning Blog
href: https://blogs.technet.microsoft.com/machinelearning/
- name: Organizations using TDSP
items:
- name: New Signature
href: https://newsignature.com/services/professional-services/advanced-analytics/
- name: Blue Granite
href: https://www.blue-granite.com/blog/getting-more-from-your-data-science-teams-organization-and-process-considerations
- name: Related Microsoft resources
items:
- name: MSDN forum
href: https://social.msdn.microsoft.com/forums/azure/home?forum=MachineLearning
- name: Stack Overflow
href: http://stackoverflow.com/questions/tagged/azure-machine-learning
- name: Videos
href: https://azure.microsoft.com/resources/videos/index/?services=machine-learning