Skip to content

Commit 37cbf8f

Browse files
author
Larry Franks
committed
updates for freshness
1 parent d01124a commit 37cbf8f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)