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
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-create-attach-compute-studio.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ In this article, learn how to create and manage compute targets in Azure Machine
34
34
35
35
## What's a compute target?
36
36
37
-
With Azure Machine Learning, you can train your model on a variety of resources or environments, collectively referred to as [__compute targets__](v1/concept-azure-machine-learning-architecture.md#compute-targets). A compute target can be a local machine or a cloud resource, such as an Azure Machine Learning Compute, Azure HDInsight, or a remote virtual machine. You can also create compute targets for model deployment as described in ["Where and how to deploy your models"](how-to-deploy-and-where.md).
37
+
With Azure Machine Learning, you can train your model on a variety of resources or environments, collectively referred to as [__compute targets__](v1/concept-azure-machine-learning-architecture.md#compute-targets). A compute target can be a local machine or a cloud resource, such as an Azure Machine Learning Compute, Azure HDInsight, or a remote virtual machine. You can also create compute targets for model deployment as described in ["Where and how to deploy your models"](how-to-deploy-managed-online-endpoints.md).
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-set-up-training-targets.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -233,6 +233,6 @@ method, or from the Experiment tab view in Azure Machine Learning studio client
233
233
* [Tutorial: Train and deploy a model](tutorial-train-deploy-notebook.md) uses a managed compute target to train a model.
234
234
* See how to train models with specific ML frameworks, such as [Scikit-learn](how-to-train-scikit-learn.md), [TensorFlow](how-to-train-tensorflow.md), and [PyTorch](how-to-train-pytorch.md).
235
235
* Learn how to [efficiently tune hyperparameters](how-to-tune-hyperparameters.md) to build better models.
236
-
* Once you have a trained model, learn [how and where to deploy models](how-to-deploy-and-where.md).
236
+
* Once you have a trained model, learn [how and where to deploy models](how-to-deploy-managed-online-endpoints.md).
237
237
* View the [ScriptRunConfig class](/python/api/azureml-core/azureml.core.scriptrunconfig) SDK reference.
238
238
* [Use Azure Machine Learning with Azure Virtual Networks](./how-to-network-security-overview.md)
Copy file name to clipboardExpand all lines: articles/machine-learning/v1/concept-azure-machine-learning-architecture.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ You deploy a [registered model](#model-registry) as a service endpoint. You need
192
192
***Scoring code**. This script accepts requests, scores the requests by using the model, and returns the results.
193
193
***Inference configuration**. The inference configuration specifies the environment, entry script, and other components needed to run the model as a service.
194
194
195
-
For more information about these components, see [Deploy models with Azure Machine Learning](../how-to-deploy-and-where.md).
195
+
For more information about these components, see [Deploy models with Azure Machine Learning](how-to-deploy-and-where.md).
196
196
197
197
### Endpoints
198
198
@@ -286,4 +286,4 @@ To get started with Azure Machine Learning, see:
286
286
287
287
*[What is Azure Machine Learning?](../overview-what-is-azure-machine-learning.md)
288
288
*[Create an Azure Machine Learning workspace](../quickstart-create-resources.md)
289
-
*[Tutorial: Train and deploy a model](../tutorial-train-deploy-notebook.md)
289
+
*[Tutorial: Train and deploy a model](../tutorial-train-deploy-notebook.md)
Copy file name to clipboardExpand all lines: articles/machine-learning/v1/how-to-attach-compute-targets.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,14 +54,14 @@ To use compute targets managed by Azure Machine Learning, see:
54
54
55
55
## What's a compute target?
56
56
57
-
With Azure Machine Learning, you can train your model on various resources or environments, collectively referred to as [__compute targets__](concept-azure-machine-learning-architecture.md#compute-targets). A compute target can be a local machine or a cloud resource, such as an Azure Machine Learning Compute, Azure HDInsight, or a remote virtual machine. You also use compute targets for model deployment as described in ["Where and how to deploy your models"](../how-to-deploy-and-where.md).
57
+
With Azure Machine Learning, you can train your model on various resources or environments, collectively referred to as [__compute targets__](concept-azure-machine-learning-architecture.md#compute-targets). A compute target can be a local machine or a cloud resource, such as an Azure Machine Learning Compute, Azure HDInsight, or a remote virtual machine. You also use compute targets for model deployment as described in ["Where and how to deploy your models"](how-to-deploy-and-where.md).
58
58
59
59
60
60
## Local computer
61
61
62
62
When you use your local computer for **training**, there is no need to create a compute target. Just [submit the training run](../how-to-set-up-training-targets.md) from your local machine.
63
63
64
-
When you use your local computer for **inference**, you must have Docker installed. To perform the deployment, use [LocalWebservice.deploy_configuration()](/python/api/azureml-core/azureml.core.webservice.local.localwebservice#deploy-configuration-port-none-) to define the port that the web service will use. Then use the normal deployment process as described in [Deploy models with Azure Machine Learning](../how-to-deploy-and-where.md).
64
+
When you use your local computer for **inference**, you must have Docker installed. To perform the deployment, use [LocalWebservice.deploy_configuration()](/python/api/azureml-core/azureml.core.webservice.local.localwebservice#deploy-configuration-port-none-) to define the port that the web service will use. Then use the normal deployment process as described in [Deploy models with Azure Machine Learning](how-to-deploy-and-where.md).
65
65
66
66
## Remote virtual machines
67
67
@@ -370,5 +370,5 @@ See these notebooks for examples of training with various compute targets:
370
370
* Use the compute resource to [configure and submit a training run](../how-to-set-up-training-targets.md).
371
371
*[Tutorial: Train and deploy a model](../tutorial-train-deploy-notebook.md) uses a managed compute target to train a model.
372
372
* Learn how to [efficiently tune hyperparameters](../how-to-tune-hyperparameters.md) to build better models.
373
-
* Once you have a trained model, learn [how and where to deploy models](../how-to-deploy-and-where.md).
373
+
* Once you have a trained model, learn [how and where to deploy models](../how-to-deploy-managed-online-endpoints.md).
374
374
*[Use Azure Machine Learning with Azure Virtual Networks](../how-to-network-security-overview.md)
0 commit comments