You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
94
94
*[Microsoft Purview, which allows you to discover and catalog data assets across your organization](../purview/register-scan-azure-machine-learning.md).
95
95
96
96
> [!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.
98
98
99
99
## Machine learning project workflow
100
100
@@ -116,11 +116,11 @@ You can deploy models to the managed inferencing solution, for both real-time an
116
116
117
117
## Train models
118
118
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.
120
120
121
121
### Open and interoperable
122
122
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:
124
124
125
125
* PyTorch
126
126
* TensorFlow
@@ -167,7 +167,7 @@ Scaling an ML project might require scaling embarrassingly parallel model traini
167
167
168
168
## Deploy models
169
169
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).
171
171
172
172
### Real-time and batch scoring (inferencing)
173
173
@@ -213,6 +213,6 @@ If you use Apache Airflow, the [airflow-provider-azure-machinelearning](https://
213
213
214
214
Start using Azure Machine Learning:
215
215
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)
0 commit comments