Skip to content

Commit 6122e9f

Browse files
Merge pull request #264540 from sdgilley/sdg-freshness
freshness review
2 parents 253effa + bc5c1dd commit 6122e9f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/machine-learning/overview-what-is-azure-machine-learning.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: overview
88
author: frogglew
99
ms.author: saoh
1010
ms.reviewer: sgilley
11-
ms.date: 09/22/2022
11+
ms.date: 01/29/2024
1212
ms.custom:
1313
- event-tier1-build-2022
1414
- ignite-2022
@@ -53,7 +53,7 @@ Anyone on an ML team can use their preferred tools to get the job done. Whether
5353

5454
* [Azure Machine Learning studio](https://ml.azure.com)
5555
* [Python SDK (v2)](https://aka.ms/sdk-v2-install)
56-
* [Azure CLI (v2)](how-to-configure-cli.md))
56+
* [Azure CLI (v2)](how-to-configure-cli.md)
5757
* [Azure Resource Manager REST APIs](/rest/api/azureml/)
5858

5959
As you're refining the model and collaborating with others throughout the rest of the Machine Learning development cycle, you can share and find assets, resources, and metrics for your projects on the Machine Learning studio UI.
@@ -94,7 +94,7 @@ Other integrations with Azure services support an ML project from end to end. Th
9494
* [Microsoft Purview, which allows you to discover and catalog data assets across your organization](../purview/register-scan-azure-machine-learning.md).
9595

9696
> [!Important]
97-
> Machine Learning doesn't store or process your data outside of the region where you deploy.
97+
> Azure Machine Learning doesn't store or process your data outside of the region where you deploy.
9898
9999
## Machine learning project workflow
100100

@@ -116,11 +116,11 @@ You can deploy models to the managed inferencing solution, for both real-time an
116116

117117
## Train models
118118

119-
In Machine Learning, you can run your training script in the cloud or build a model from scratch. Customers often bring models they've built and trained in open-source frameworks so that they can operationalize them in the cloud.
119+
In Azure Machine Learning, you can run your training script in the cloud or build a model from scratch. Customers often bring models they've built and trained in open-source frameworks so that they can operationalize them in the cloud.
120120

121121
### Open and interoperable
122122

123-
Data scientists can use models in Machine Learning that they've created in common Python frameworks, such as:
123+
Data scientists can use models in Azure Machine Learning that they've created in common Python frameworks, such as:
124124

125125
* PyTorch
126126
* TensorFlow
@@ -167,7 +167,7 @@ Scaling an ML project might require scaling embarrassingly parallel model traini
167167

168168
## Deploy models
169169

170-
To bring a model into production, it's deployed. The Machine Learning managed endpoints abstract the required infrastructure for both batch or real-time (online) model scoring (inferencing).
170+
To bring a model into production, you deploy the model. The Azure Machine Learning managed endpoints abstract the required infrastructure for both batch or real-time (online) model scoring (inferencing).
171171

172172
### Real-time and batch scoring (inferencing)
173173

@@ -213,6 +213,6 @@ If you use Apache Airflow, the [airflow-provider-azure-machinelearning](https://
213213

214214
Start using Azure Machine Learning:
215215

216-
- [Set up an Azure Machine Learning workspace](quickstart-create-resources.md)
217-
- [Tutorial: Build a first machine learning project](tutorial-1st-experiment-hello-world.md)
218-
- [Run training jobs](how-to-train-model.md)
216+
* [Set up an Azure Machine Learning workspace](quickstart-create-resources.md)
217+
* [Tutorial: Build a first machine learning project](tutorial-1st-experiment-hello-world.md)
218+
* [Run training jobs](how-to-train-model.md)

0 commit comments

Comments
 (0)