Skip to content

Commit d8cd5c7

Browse files
authored
Merge pull request #108003 from Blackmist/freshness
updates for freshness
2 parents 8b4eb0e + 7e6a827 commit d8cd5c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/machine-learning/concept-azure-machine-learning-architecture.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: core
88
ms.topic: conceptual
99
ms.author: larryfr
1010
author: Blackmist
11-
ms.date: 12/27/2019
11+
ms.date: 03/17/2020
1212
ms.custom: seoapril2019
1313
# As a data scientist, I want to understand the big picture about how Azure Machine Learning works.
1414
ms.custom: seodec18
@@ -25,9 +25,9 @@ Learn about the architecture, concepts, and workflow for Azure Machine Learning.
2525
The machine learning model workflow generally follows this sequence:
2626

2727
1. **Train**
28-
+ Develop machine learning training scripts in **Python** or with the visual designer.
28+
+ Develop machine learning training scripts in **Python**, **R**, or with the visual designer.
2929
+ Create and configure a **compute target**.
30-
+ **Submit the scripts** to the configured compute target to run in that environment. During training, the scripts can read from or write to **datastore**. And the records of execution are saved as **runs** in the **workspace** and grouped under **experiments**.
30+
+ **Submit the scripts** to a configured compute target to run in that environment. During training, the scripts can read from or write to **datastores**. The logs and output produced during training are saved as **runs** in the **workspace** and grouped under **experiments**.
3131

3232
1. **Package** - After a satisfactory run is found, register the persisted model in the **model registry**.
3333

includes/machine-learning-service-install-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: Blackmist
33
ms.service: machine-learning
44
ms.topic: include
5-
ms.date: 11/06/2019
5+
ms.date: 03/17/2020
66
ms.author: larryfr
77
---
88

0 commit comments

Comments
 (0)