Skip to content

Commit 5ac73de

Browse files
committed
fix links
1 parent d5a875a commit 5ac73de

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/machine-learning/concept-train-machine-learning-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.devlang: azurecli
1717

1818
[!INCLUDE [sdk v2](../../includes/machine-learning-sdk-v2.md)]
1919
> [!div class="op_single_selector" title1="Select the Azure Machine Learning version you are using:"]
20-
> * [v1](v1/concept-train-machine-learning-model-v1.md>)
20+
> * [v1](v1/concept-train-machine-learning-model-v1.md)
2121
> * [v2 (preview)](concept-train-machine-learning-model.md)
2222
2323
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
4040

4141
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.
4242

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)
4444
* [Configure a development environment for Azure Machine Learning](how-to-configure-environment.md)
4545

4646
### Submit a command

articles/machine-learning/v1/concept-train-machine-learning-model-v1.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.devlang: azurecli
1717

1818
[!INCLUDE [sdk v1](../../../includes/machine-learning-sdk-v1.md)]
1919
> [!div class="op_single_selector" title1="Select the Azure Machine Learning version you are using:"]
20-
> * [v1](concept-train-machine-learning-model-v1.md>)
20+
> * [v1](concept-train-machine-learning-model-v1.md)
2121
> * [v2 (preview)](../concept-train-machine-learning-model.md)
2222
2323
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
3434

3535
+ **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.
3636

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.
3838

3939
## Python SDK
4040

4141
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.
4242

4343
* [What is the Azure Machine Learning SDK for Python](/python/api/overview/azure/ml/intro)
4444
* [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)
4646

4747
### Run configuration
4848

@@ -75,7 +75,7 @@ Machine learning pipelines can use the previously mentioned training methods. Pi
7575

7676
* [What are ML pipelines in Azure Machine Learning?](../concept-ml-pipelines.md)
7777
* [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)
7979
* [Examples: Jupyter Notebook examples for machine learning pipelines](https://github.com/Azure/MachineLearningNotebooks/tree/master/how-to-use-azureml/machine-learning-pipelines)
8080
* [Examples: Pipeline with automated machine learning](https://aka.ms/pl-automl)
8181

@@ -118,4 +118,4 @@ The machine learning CLI is an extension for the Azure CLI. It provides cross-pl
118118

119119
## Next steps
120120

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

Comments
 (0)