@@ -5,7 +5,7 @@ summary: Learn how to use Azure Machine Learning to train, deploy, and manage ma
5
5
6
6
metadata :
7
7
title : Azure Machine Learning documentation
8
- description : Learn how to use Azure Machine Learning to train, deploy, and manage machine learning models and pipelines at scale. Tutorials, code examples, API references, and more show you how.
8
+ description : Learn how to use Azure Machine Learning to train, deploy, and manage machine learning models, automl experiments, and pipelines at scale. Tutorials, code examples, API references, and more show you how.
9
9
10
10
services : machine-learning
11
11
ms.service : machine-learning
@@ -14,7 +14,7 @@ metadata:
14
14
ms.collection : collection
15
15
author : j-martens
16
16
ms.author : jmartens
17
- ms.date : 03/18 /2020
17
+ ms.date : 04/22 /2020
18
18
19
19
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
20
20
@@ -31,17 +31,30 @@ landingContent:
31
31
url : tutorial-1st-experiment-sdk-setup.md
32
32
- text : The designer (drag & drop)
33
33
url : tutorial-designer-automobile-price-train-score.md
34
+ - text : Auto ML (no code/low-code)
35
+ url : tutorial-first-experiment-automated-ml.md
34
36
- text : RStudio
35
37
url : tutorial-1st-r-experiment.md
36
- - text : Auto ML
37
- url : tutorial-first-experiment-automated-ml.md
38
+
39
+ # Studio
40
+ - title : ' Use the studio web experience'
41
+ linkLists :
42
+ - linkListType : tutorial
43
+ links :
44
+ - text : Build a classification model with AutoML
45
+ url : tutorial-first-experiment-automated-ml.md
46
+ - text : Build regression models with the designer
47
+ url : tutorial-designer-automobile-price-train-score.md
48
+ - text : Create an image labeling project
49
+ url : tutorial-labeling.md
38
50
- linkListType : overview
39
51
links :
40
- - text : What is Azure machine learning?
41
- url : overview-what-is-azure-ml.md
42
- - text : Architecture and concepts
43
- url : concept-azure-machine-learning-architecture.md
44
-
52
+ - text : What is the drag & drop designer?
53
+ url : concept-designer.md
54
+ - text : What is automated machine learning?
55
+ url : concept-automated-ml.md
56
+
57
+
45
58
# PYTHON
46
59
- title : ' Use the Python SDK'
47
60
linkLists :
@@ -66,22 +79,6 @@ landingContent:
66
79
- text : Train with Keras
67
80
url : how-to-train-keras.md
68
81
69
- # Pipelines
70
- - title : ' Build ML pipelines'
71
- linkLists :
72
- - linkListType : tutorial
73
- links :
74
- - text : Create ML pipelines (Python)
75
- url : tutorial-pipeline-batch-scoring-classification.md
76
- - text : Linear regression to predict prices (designer)
77
- url : tutorial-designer-automobile-price-train-score.md
78
- - linkListType : overview
79
- links :
80
- - text : What are ML pipelines?
81
- url : concept-ml-pipelines.md
82
- - text : What is the designer?
83
- url : concept-designer.md
84
-
85
82
# MLOps
86
83
- title : Deploy & manage models
87
84
linkLists :
@@ -91,14 +88,10 @@ landingContent:
91
88
url : concept-model-management-and-deployment.md
92
89
- text : How & where to deploy
93
90
url : how-to-deploy-and-where.md
94
- - text : MLOps examples
95
- url : https://github.com/microsoft/MLOps
96
91
- text : Realtime prediction
97
92
url : how-to-consume-web-service.md
98
93
- text : Batch prediction
99
94
url : how-to-use-parallel-run-step.md
100
- - text : Authentication
101
- url : how-to-setup-authentication.md
102
95
103
96
# Reference
104
97
- title : Go to reference docs
@@ -107,13 +100,31 @@ landingContent:
107
100
links :
108
101
- text : SDK for Python
109
102
url : https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py
110
- - text : SDK for R
111
- url : https://azure.github.io/azureml-sdk-for-r/reference/index.html
103
+ - text : Designer algorithms & modules
104
+ url : algorithm-module-reference/module-reference.md
105
+ - text : MLOps examples repository
106
+ url : https://github.com/microsoft/MLOps
112
107
- text : REST API
113
108
url : https://docs.microsoft.com/rest/api/azureml/
114
109
- text : Machine learning CLI
115
110
url : https://docs.microsoft.com/cli/azure/ext/azure-cli-ml/ml?view=azure-cli-latest
116
- - text : Designer algorithms & modules
117
- url : algorithm-module-reference/module-reference.md
118
111
- text : AI reference architectures (GitHub)
119
112
url : https://github.com/Microsoft/AI
113
+ - text : SDK for R
114
+ url : https://azure.github.io/azureml-sdk-for-r/reference/index.html
115
+
116
+ # Pipelines
117
+ - title : ' Build ML pipelines'
118
+ linkLists :
119
+ - linkListType : tutorial
120
+ links :
121
+ - text : Create ML pipelines (Python)
122
+ url : tutorial-pipeline-batch-scoring-classification.md
123
+ - text : Linear regression to predict prices (designer)
124
+ url : tutorial-designer-automobile-price-train-score.md
125
+ - linkListType : overview
126
+ links :
127
+ - text : What are ML pipelines?
128
+ url : concept-ml-pipelines.md
129
+ - text : What is the designer?
130
+ url : concept-designer.md
0 commit comments