Skip to content

Commit 5cfc72f

Browse files
committed
Edits
1 parent 98bfc92 commit 5cfc72f

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

articles/machine-learning/index.yml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
### YamlMime:Landing
22

33
title: Azure Machine Learning documentation
4-
summary: Azure Machine Learning offers web interfaces & SDKs so you can quickly train and deploy your machine learning models and pipelines at scale. Use these capabilities with open-source Python frameworks, such as PyTorch, TensorFlow, and scikit-learn.
4+
summary: Azure Machine Learning offers graphical interfaces & SDKs so you can quickly train and deploy your machine learning models and pipelines at scale. Use these capabilities with open-source Python frameworks, such as PyTorch, TensorFlow, and scikit-learn.
55

66
metadata:
77
title: Azure Machine Learning documentation
8-
description: Azure Machine Learning offers you web interfaces & SDKs to quickly train and deploy your machine learning models and pipelines at scale. Use these capabilities with open-source Python frameworks, such as PyTorch, TensorFlow, and scikit-learn.
8+
description: Azure Machine Learning offers you graphical interfaces & SDKs to quickly train and deploy your machine learning models and pipelines at scale. Use these capabilities with open-source Python frameworks, such as PyTorch, TensorFlow, and scikit-learn.
99

1010
services: machine-learning
1111
ms.service: machine-learning
@@ -27,13 +27,13 @@ landingContent:
2727
linkLists:
2828
- linkListType: tutorial
2929
links:
30-
- text: Experiment in Python notebooks
30+
- text: Start with Python notebooks
3131
url: tutorial-1st-experiment-sdk-setup.md
32-
- text: Experiment in RStudio
32+
- text: Start with RStudio
3333
url: tutorial-1st-r-experiment.md
34-
- text: Experiment using drag & drop designer
34+
- text: Start with the drag & drop designer
3535
url: tutorial-designer-automobile-price-train-score.md
36-
- text: Experiment with automated ML
36+
- text: Start with automated ML
3737
url: tutorial-first-experiment-automated-ml.md
3838
- linkListType: overview
3939
links:
@@ -71,20 +71,21 @@ landingContent:
7171
url: how-to-train-keras.md
7272

7373
# Pipelines
74-
- title: 'Use ML Pipelines'
74+
- title: 'Build ML Pipelines'
7575
linkLists:
76+
- linkListType: tutorial
77+
links:
78+
- text: Linear regression to predict prices (designer)
79+
url: tutorial-designer-automobile-price-train-score.md
80+
- text: Create ML pipelines (Python SDK)
81+
url: tutorial-pipeline-batch-scoring-classification.md
7682
- linkListType: overview
7783
links:
7884
- text: What are ML pipelines?
7985
url: concept-ml-pipelines.md
8086
- text: The 'drag-n-drop' designer
8187
url: concept-designer.md
82-
- linkListType: tutorial
83-
links:
84-
- text: Linear regression to predict prices (designer)
85-
url: tutorial-designer-automobile-price-train-score.md
86-
- text: Create ML pipelines (Python SDK)
87-
url: tutorial-pipeline-batch-scoring-classification.md
88+
8889
- linkListType: how-to-guide
8990
links:
9091
- text: Scheduling pipelines (Python SDK)
@@ -103,29 +104,29 @@ landingContent:
103104
url: concept-model-management-and-deployment.md
104105
- text: How & where to deploy
105106
url: how-to-deploy-and-where.md
106-
- text: Authentication
107-
url: how-to-setup-authentication.md
108107
- text: Realtime prediction
109108
url: how-to-consume-web-service.md
110109
- text: Batch prediction
111110
url: how-to-use-parallel-run-step.md
112111
- text: End-to-end examples (GitHub)
113112
url: https://github.com/microsoft/MLOps
113+
- text: Authentication
114+
url: how-to-setup-authentication.md
114115

115116
# Reference
116-
- title: Go to reference docs
117+
- title: View reference docs
117118
linkLists:
118119
- linkListType: reference
119120
links:
120121
- text: SDK for Python
121122
url: https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py
122123
- text: SDK for R
123124
url: https://azure.github.io/azureml-sdk-for-r/reference/index.html
125+
- text: REST API
126+
url: https://docs.microsoft.com/rest/api/azureml/
124127
- text: Machine learning CLI
125128
url: https://docs.microsoft.com/cli/azure/ext/azure-cli-ml/ml?view=azure-cli-latest
126129
- text: Designer algorithms & modules
127130
url: algorithm-module-reference/module-reference.md
128-
- text: REST API
129-
url: https://docs.microsoft.com/rest/api/azureml/
130131
- text: AI reference architectures (GitHub)
131132
url: https://github.com/Microsoft/AI

0 commit comments

Comments
 (0)