Skip to content

Commit 5901607

Browse files
author
Larry Franks
committed
fixing links
1 parent 75a6c73 commit 5901607

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

articles/machine-learning/how-to-identity-based-data-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,5 +234,5 @@ identity:
234234
## Next steps
235235
236236
* [Create an Azure Machine Learning dataset](./v1/how-to-create-register-datasets.md)
237-
* [Train with datasets](how-to-train-with-datasets.md)
237+
* [Train with datasets](v1/how-to-train-with-datasets.md)
238238
* [Create a datastore with key-based data access](v1/how-to-access-data.md)

articles/machine-learning/v1/concept-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ With datasets, you can accomplish a number of machine learning tasks through sea
107107
+ the [designer](../tutorial-designer-automobile-price-train-score.md#import-data)
108108
+ [notebooks](how-to-train-with-datasets.md)
109109
+ [Azure Machine Learning pipelines](how-to-create-machine-learning-pipelines.md)
110-
+ Access datasets for scoring with [batch inference](tutorial-pipeline-batch-scoring-classification.md) in [machine learning pipelines](../how-to-create-machine-learning-pipelines.md).
110+
+ Access datasets for scoring with [batch inference](../tutorial-pipeline-batch-scoring-classification.md) in [machine learning pipelines](how-to-create-machine-learning-pipelines.md).
111111
+ Set up a dataset monitor for [data drift](#monitor-model-performance-with-data-drift) detection.
112112

113113

articles/machine-learning/v1/how-to-create-machine-learning-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If you don't have an Azure subscription, create a free account before you begin.
3333

3434
* An Azure Machine Learning workspace. [Create workspace resources](../quickstart-create-resources.md).
3535

36-
* [Configure your development environment](how-to-configure-environment.md) to install the Azure Machine Learning SDK, or use an [Azure Machine Learning compute instance](../concept-compute-instance.md) with the SDK already installed.
36+
* [Configure your development environment](../how-to-configure-environment.md) to install the Azure Machine Learning SDK, or use an [Azure Machine Learning compute instance](../concept-compute-instance.md) with the SDK already installed.
3737

3838
Start by attaching your workspace:
3939

articles/machine-learning/v1/how-to-deploy-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Machine learning pipelines are reusable workflows for machine learning tasks. On
2424

2525
* Create an [Azure Machine Learning workspace](../quickstart-create-resources.md) to hold all your pipeline resources
2626

27-
* [Configure your development environment](../how-to-configure-environment.md) to install the Azure Machine Learning SDK, or use an [Azure Machine Learning compute instance](../-compute-instance.md) with the SDK already installed
27+
* [Configure your development environment](../how-to-configure-environment.md) to install the Azure Machine Learning SDK, or use an [Azure Machine Learning compute instance](../concept-compute-instance.md) with the SDK already installed
2828

2929
* Create and run a machine learning pipeline, such as by following [Tutorial: Build an Azure Machine Learning pipeline for batch scoring](../tutorial-pipeline-batch-scoring-classification.md). For other options, see [Create and run machine learning pipelines with Azure Machine Learning SDK](./how-to-create-machine-learning-pipelines.md)
3030

articles/machine-learning/v1/how-to-log-pipelines-application-insights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ By default, logs forwarded to Application Insights won't have enough context to
9292

9393
To add these fields, Custom Dimensions can be added to provide context to a log message. One example is when someone wants to view logs across multiple steps in the same pipeline run.
9494

95-
Custom Dimensions make up a dictionary of key-value (stored as string, string) pairs. The dictionary is then sent to Application Insights and displayed as a column in the query results. Its individual dimensions can be used as [query parameters](#additional-helpful-queries).
95+
Custom Dimensions make up a dictionary of key-value (stored as string, string) pairs. The dictionary is then sent to Application Insights and displayed as a column in the query results. Its individual dimensions can be used as [query parameters](#other-helpful-queries).
9696

9797
### Helpful Context to include
9898

0 commit comments

Comments
 (0)