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
Azure Machine Learning provides several ways to train your models, from code-first solutions using the SDK to low-code solutions such as automated machine learning and the visual designer. Use the following list to determine which training method is right for you:
@@ -40,7 +40,7 @@ Each of these training methods can use different types of compute resources for
40
40
41
41
The Azure Machine Learning SDK for Python allows you to build and run machine learning workflows with Azure Machine Learning. You can interact with the service from an interactive Python session, Jupyter Notebooks, Visual Studio Code, or other IDE.
42
42
43
-
*[Install/update the SDK](/python/api/overview/azure/ml/installv2?view=azure-ml-py)
43
+
*[Install/update the SDK](/python/api/overview/azure/ml/installv2)
44
44
*[Configure a development environment for Azure Machine Learning](how-to-configure-environment.md)
Azure Machine Learning provides several ways to train your models, from code-first solutions using the SDK to low-code solutions such as automated machine learning and the visual designer. Use the following list to determine which training method is right for you:
@@ -34,15 +34,15 @@ Azure Machine Learning provides several ways to train your models, from code-fir
34
34
35
35
+**Azure CLI**: The machine learning CLI provides commands for common tasks with Azure Machine Learning, and is often used for **scripting and automating tasks**. For example, once you've created a training script or pipeline, you might use the Azure CLI to start a training job on a schedule or when the data files used for training are updated. For training models, it provides commands that submit training jobs. It can submit jobs using run configurations or pipelines.
36
36
37
-
Each of these training methods can use different types of compute resources for training. Collectively, these resources are 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.
37
+
Each of these training methods can use different types of compute resources for training. Collectively, these resources are 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.
38
38
39
39
## Python SDK
40
40
41
41
The Azure Machine Learning SDK for Python allows you to build and run machine learning workflows with Azure Machine Learning. You can interact with the service from an interactive Python session, Jupyter Notebooks, Visual Studio Code, or other IDE.
42
42
43
43
*[What is the Azure Machine Learning SDK for Python](/python/api/overview/azure/ml/intro)
44
44
*[Install/update the SDK](/python/api/overview/azure/ml/install)
45
-
*[Configure a development environment for Azure Machine Learning](how-to-configure-environment.md)
45
+
*[Configure a development environment for Azure Machine Learning](../how-to-configure-environment.md)
46
46
47
47
### Run configuration
48
48
@@ -75,7 +75,7 @@ Machine learning pipelines can use the previously mentioned training methods. Pi
75
75
76
76
*[What are ML pipelines in Azure Machine Learning?](../concept-ml-pipelines.md)
77
77
*[Create and run machine learning pipelines with Azure Machine Learning SDK](how-to-create-machine-learning-pipelines.md)
78
-
*[Tutorial: Use Azure Machine Learning Pipelines for batch scoring](tutorial-pipeline-batch-scoring-classification.md)
78
+
*[Tutorial: Use Azure Machine Learning Pipelines for batch scoring](tutorial-pipeline-python-sdk.md)
79
79
*[Examples: Jupyter Notebook examples for machine learning pipelines](https://github.com/Azure/MachineLearningNotebooks/tree/master/how-to-use-azureml/machine-learning-pipelines)
80
80
*[Examples: Pipeline with automated machine learning](https://aka.ms/pl-automl)
81
81
@@ -118,4 +118,4 @@ The machine learning CLI is an extension for the Azure CLI. It provides cross-pl
118
118
119
119
## Next steps
120
120
121
-
Learn how to [Configure a training run](v1/how-to-set-up-training-targets.md).
121
+
Learn how to [Configure a training run](how-to-set-up-training-targets.md).
0 commit comments