Skip to content

Commit bdca254

Browse files
committed
freshness and formatting fixes
1 parent 904af96 commit bdca254

File tree

7 files changed

+9
-10
lines changed

7 files changed

+9
-10
lines changed

articles/machine-learning/algorithm-cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99

1010
author: FrancescaLazzeri
1111
ms.author: lazzeri
12-
ms.date: 11/04/2019
12+
ms.date: 03/05/2020
1313
---
1414
# Machine Learning Algorithm Cheat Sheet for Azure Machine Learning designer
1515

articles/machine-learning/concept-deep-learning-vs-machine-learning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: core
88
ms.topic: conceptual
99
ms.author: lazzeri
1010
author: FrancescaLazzeri
11-
ms.date: 11/04/2019
11+
ms.date: 03/05/2020
1212
---
1313

1414
# Deep learning vs. machine learning

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ For forecasting tasks, automated machine learning uses pre-processing and estima
113113

114114
The [`AutoMLConfig`](https://docs.microsoft.com/python/api/azureml-train-automl-client/azureml.train.automl.automlconfig.automlconfig?view=azure-ml-py) object defines the settings and data necessary for an automated machine learning task. Similar to a regression problem, you define standard training parameters like task type, number of iterations, training data, and number of cross-validations. For forecasting tasks, there are additional parameters that must be set that affect the experiment. The following table explains each parameter and its usage.
115115

116-
| Param | Description | Required |
116+
| Parameter name | Description | Required |
117117
|-------|-------|-------|
118118
|`time_column_name`|Used to specify the datetime column in the input data used for building the time series and inferring its frequency.||
119119
|`grain_column_names`|Name(s) defining individual series groups in the input data. If grain is not defined, the data set is assumed to be one time-series.||

articles/machine-learning/how-to-select-algorithms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
1010
author: FrancescaLazzeri
1111
ms.author: lazzeri
1212
ms.reviewer: cgronlun
13-
ms.date: 01/21/2020
13+
ms.date: 03/05/2020
1414
---
1515
# How to select algorithms for Azure Machine Learning
1616

articles/machine-learning/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ metadata:
1414
ms.collection: collection
1515
author: j-martens
1616
ms.author: jmartens
17-
ms.date: 02/16/2020
17+
ms.date: 03/05/2020
1818

1919
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
2020

articles/machine-learning/overview-what-happened-to-workbench.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ ms.topic: overview
99
ms.reviewer: jmartens
1010
author: j-martens
1111
ms.author: jmartens
12-
ms.date: 11/05/2019
13-
ms.custom: seodec18
12+
ms.date: 03/05/2020
1413
---
1514
# What happened to Azure Machine Learning Workbench?
1615

@@ -42,7 +41,7 @@ Although there are new improved CLI and SDK clients in the current release, the
4241

4342
## Support timeline
4443

45-
On January 9th, 2019 support for Machine Learning Workbench, Azure Machine Learning Experimentation and Model Management accounts, and their associated SDK and CLI has ended.
44+
On January 9th, 2019 support for Machine Learning Workbench, Azure Machine Learning Experimentation and Model Management accounts, and their associated SDK and CLI ended.
4645

4746
All the latest capabilities are available by using this <a href="https://docs.microsoft.com/python/api/overview/azure/ml/intro?view=azure-ml-py" target="_blank">SDK</a>, the [CLI](reference-azure-machine-learning-cli.md), and the [portal](how-to-manage-workspace.md).
4847

@@ -97,4 +96,4 @@ Create your first experiment with your preferred method:
9796
+ [Use R Markdown](tutorial-1st-r-experiment.md)
9897
+ [Use automated machine learning](tutorial-designer-automobile-price-train-score.md)
9998
+ [Use the designer's drag & drop capabilities](tutorial-first-experiment-automated-ml.md)
100-
+ [Use the ML extension to the CLI](tutorial-train-deploy-model-cli.md)
99+
+ [Use the ML extension to the CLI](tutorial-train-deploy-model-cli.md)

articles/machine-learning/studio/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
ms.collection: collection
1414
author: j-martens
1515
ms.author: jmartens
16-
ms.date: 09/04/2019
16+
ms.date: 03/05/2020
1717

1818
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1919

0 commit comments

Comments
 (0)