Skip to content

Commit 11a5820

Browse files
authored
Merge pull request #268925 from v-savila/patch-1
Bulk update: Global effort to fix validation errors
2 parents c8c100f + ddf5647 commit 11a5820

27 files changed

+35
-35
lines changed

articles/machine-learning/concept-automated-ml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: machine-learning
77
ms.subservice: automl
88
ms.topic: conceptual
99
author: manashgoswami
10-
ms.author: magoswam
10+
ms.author: manashg
1111
ms.reviewer: ssalgado
1212
ms.date: 06/7/2023
1313
ms.custom: automl

articles/machine-learning/concept-manage-ml-pitfalls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: machine-learning
77
ms.subservice: automl
88
ms.topic: conceptual
99
author: manashgoswami
10-
ms.author: magoswam
10+
ms.author: manashg
1111
ms.reviewer: ssalgado
1212
ms.date: 06/15/2023
1313
---

articles/machine-learning/concept-train-machine-learning-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to train models with Azure Machine Learning. Explore the
55
services: machine-learning
66
ms.service: machine-learning
77
author: manashgoswami
8-
ms.author: magoswam
8+
ms.author: manashg
99
ms.reviewer: ssalgado
1010
ms.subservice: training
1111
ms.topic: conceptual

articles/machine-learning/how-to-understand-automated-ml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure Machine Learning
44
description: Learn how to view and evaluate charts and metrics for each of your automated machine learning experiment jobs.
55
services: machine-learning
66
author: manashgoswami
7-
ms.author: magoswam
7+
ms.author: manashg
88
ms.reviewer: ssalgado
99
ms.service: machine-learning
1010
ms.subservice: automl

articles/machine-learning/how-to-use-automated-ml-for-ml-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: automl
88
author: manashgoswami
9-
ms.author: magoswam
9+
ms.author: manashg
1010
ms.reviewer: ssalgado
1111
ms.date: 07/20/2023
1212
ms.topic: how-to

articles/machine-learning/how-to-use-automl-onnx-model-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Make predictions with AutoML ONNX Model in .NET
33
description: Learn how to make predictions using an AutoML ONNX model in .NET with ML.NET
44
titleSuffix: Azure Machine Learning
55
author: manashgoswami
6-
ms.author: magoswam
6+
ms.author: manashg
77
ms.reviewer: ssalgado
88
ms.date: 09/21/2023
99
ms.topic: how-to

articles/machine-learning/tutorial-automated-ml-forecast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: machine-learning
77
ms.subservice: automl
88
ms.topic: tutorial
99
author: manashgoswami
10-
ms.author: magoswam
10+
ms.author: manashg
1111
ms.reviewer: ssalgado
1212
ms.date: 11/25/2023
1313
ms.custom: automl

articles/machine-learning/tutorial-first-experiment-automated-ml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: machine-learning
77
ms.subservice: automl
88
ms.topic: tutorial
99
author: manashgoswami
10-
ms.author: magoswam
10+
ms.author: manashg
1111
ms.reviewer: ssalgado
1212
ms.date: 08/08/2023
1313
ms.custom: automl, build-2023
@@ -292,5 +292,5 @@ In this automated machine learning tutorial, you used Azure Machine Learning's a
292292

293293

294294
>[!NOTE]
295-
> This Bank Marketing dataset is made available under the [Creative Commons (CCO: Public Domain) License](https://creativecommons.org/publicdomain/zero/1.0/). Any rights in individual contents of the database are licensed under the [Database Contents License](https://creativecommons.org/publicdomain/zero/1.0/) and available on [Kaggle](https://www.kaggle.com/janiobachmann/bank-marketing-dataset). This dataset was originally available within the [UCI Machine Learning Database](https://archive.ics.uci.edu/ml/datasets/bank+marketing).<br><br>
295+
> This Bank Marketing dataset is made available under the [Creative Commons (CCO: Public Domain) License](https://creativecommons.org/publicdomain/zero/1.0/). Any rights in individual contents of the database are licensed under the [Database Contents License](https://creativecommons.org/publicdomain/zero/1.0/) and available on [Kaggle](https://www.kaggle.com/datasets/janiobachmann/bank-marketing-dataset). This dataset was originally available within the [UCI Machine Learning Database](https://archive.ics.uci.edu/ml/datasets/bank+marketing).<br><br>
296296
> [Moro et al., 2014] S. Moro, P. Cortez and P. Rita. A Data-Driven Approach to Predict the Success of Bank Telemarketing. Decision Support Systems, Elsevier, 62:22-31, June 2014.

articles/machine-learning/v1/concept-train-machine-learning-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to train models with Azure Machine Learning (v1). Explore
55
services: machine-learning
66
ms.service: machine-learning
77
author: manashgoswami
8-
ms.author: magoswam
8+
ms.author: manashg
99
ms.reviewer: ssalgado
1010
ms.subservice: core
1111
ms.topic: conceptual

articles/machine-learning/v1/how-to-auto-train-forecast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure Machine Learning
44
description: Set up Azure Machine Learning automated ML to train time-series forecasting models with the Azure Machine Learning Python SDKv1.
55
services: machine-learning
66
author: manashgoswami
7-
ms.author: magoswam
7+
ms.author: manashg
88
ms.reviewer: ssalgado
99
ms.service: machine-learning
1010
ms.subservice: automl

0 commit comments

Comments
 (0)