|
1 | 1 | ### YamlMime:Landing
|
2 | 2 |
|
3 | 3 | title: Azure Machine Learning documentation
|
4 |
| -summary: 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. |
| 4 | +summary: Learn how to train, deploy, and manage machine learning models, AutoML experiments, and pipelines at scale with Azure Machine Learning. Tutorials, code examples, API references, and more show you how. |
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, automl experiments, and pipelines at scale. Tutorials, code examples, API references, and more show you how. |
| 8 | + description: Learn how to train, deploy, and manage machine learning models, AutoML experiments, and pipelines at scale with Azure Machine Learning. Tutorials, code examples, API references, and more show you how. |
9 | 9 |
|
10 | 10 | services: machine-learning
|
11 | 11 | ms.service: machine-learning
|
@@ -39,20 +39,22 @@ landingContent:
|
39 | 39 | # Studio
|
40 | 40 | - title: 'Use the studio web experience'
|
41 | 41 | linkLists:
|
| 42 | + - linkListType: overview |
| 43 | + links: |
| 44 | + - text: What is the designer (drag & drop)? |
| 45 | + url: concept-designer.md |
| 46 | + - text: What is automated machine learning? |
| 47 | + url: concept-automated-ml.md |
42 | 48 | - linkListType: tutorial
|
43 | 49 | links:
|
44 |
| - - text: Use AutoML to build a classification model |
| 50 | + - text: 'AutoML: build a classification model' |
45 | 51 | url: tutorial-first-experiment-automated-ml.md
|
46 |
| - - text: Use the designer to predict prices |
| 52 | + - text: 'AutoML: train & deploy ML models' |
| 53 | + url: how-to-use-automated-ml-for-ml-models.md |
| 54 | + - text: 'The designer: predict auto prices' |
47 | 55 | url: tutorial-designer-automobile-price-train-score.md
|
48 | 56 | - text: Create an image labeling project
|
49 | 57 | url: tutorial-labeling.md
|
50 |
| - - linkListType: overview |
51 |
| - links: |
52 |
| - - text: What is the designer (drag & drop)? |
53 |
| - url: concept-designer.md |
54 |
| - - text: What is automated ML? |
55 |
| - url: concept-automated-ml.md |
56 | 58 |
|
57 | 59 |
|
58 | 60 | # PYTHON
|
|
0 commit comments