Skip to content

Commit 62a8163

Browse files
authored
Merge pull request #95233 from nibaccam/dsets-preview
Page title edits
2 parents 9fedd94 + 261abff commit 62a8163

8 files changed

+12
-12
lines changed

articles/machine-learning/service/how-to-create-portal-experiments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use Azure's automated ML interface to train & deploy models
2+
title: Build & deploy automated ML models
33
titleSuffix: Azure Machine Learning
44
description: Create, manage, and deploy automated machine learning experiments in Azure Machine Learning studio.
55
services: machine-learning

articles/machine-learning/service/how-to-create-register-datasets.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Create datasets to access data with azureml-datasets
2+
title: Create Azure Machine Learning datasets to access data
33
titleSuffix: Azure Machine Learning
4-
description: Learn how to create datasets from various sources and register datasets with your workspace.
4+
description: Learn how to create Azure Machine Learning datasets to access your data for machine learning experiment runs.
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
@@ -14,11 +14,11 @@ ms.date: 11/04/2019
1414

1515
---
1616

17-
# Create and access datasets in Azure Machine Learning
17+
# Create Azure Machine Learning datasets
1818

1919
[!INCLUDE [aml-applies-to-basic-enterprise-sku](../../../includes/aml-applies-to-basic-enterprise-sku.md)]
2020

21-
In this article, you learn how to create Azure Machine Learning datasets, and how to access data from local or remote experiments.
21+
In this article, you learn how to create Azure Machine Learning datasets to access data for your local or remote experiments.
2222

2323
With Azure Machine Learning datasets, you can:
2424

articles/machine-learning/service/how-to-monitor-data-drift.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Detect data drift (preview) on AKS deployments
2+
title: Detect data drift on AKS deployments
33
titleSuffix: Azure Machine Learning
4-
description: Detect data drift on Azure Kubernetes Service deployed models in Azure Machine Learning.
4+
description: Detect data drift (preview) on Azure Kubernetes Service deployed models in Azure Machine Learning.
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core

articles/machine-learning/service/how-to-train-chainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Train deep learning neural network with Chainer
2+
title: Train deep learning Chainer models
33
titleSuffix: Azure Machine Learning
44
description: Learn how to run your PyTorch training scripts at enterprise scale using Azure Machine Learning's Chainer estimator class. The example script classifies handwritten digit images to build a deep learning neural network using the Chainer Python library running on top of numpy.
55
services: machine-learning

articles/machine-learning/service/how-to-train-keras.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Train deep learning neural network with Keras
2+
title: Train deep learning Keras models
33
titleSuffix: Azure Machine Learning
44
description: Learn how to train and register a Keras deep neural network classification model running on TensorFlow using Azure Machine Learning.
55
services: machine-learning

articles/machine-learning/service/how-to-train-pytorch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Train deep learning neural network with PyTorch
2+
title: Train deep learning PyTorch models
33
titleSuffix: Azure Machine Learning
44
description: Learn how to run your PyTorch training scripts at enterprise scale using Azure Machine Learning's PyTorch estimator class. The example scripts classify chicken and turkey images to build a deep learning neural network based on PyTorch's transfer learning tutorial.
55
services: machine-learning

articles/machine-learning/service/how-to-train-scikit-learn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Train machine learning models with scikit-learn
2+
title: Train scikit-learn machine learning models
33
titleSuffix: Azure Machine Learning
44
description: Learn how to run your scikit-learn training scripts at enterprise scale using Azure Machine Learning's SKlearn estimator class. The example scripts classify iris flower images to build a machine learning model based on scikit-learn's iris dataset.
55
services: machine-learning

articles/machine-learning/service/how-to-vscode-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use Visual Studio Code for machine learning
2+
title: Azure Machine Learning in Visual Studio Code
33
titleSuffix: Azure Machine Learning
44
description: Learn how to install Azure Machine Learning for Visual Studio Code and create an experiment in Azure Machine Learning.
55
services: machine-learning

0 commit comments

Comments
 (0)