Skip to content

Commit b0b7a85

Browse files
committed
cross link
1 parent a43e620 commit b0b7a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Pros| Cons
5959
---|---
6060
Configure your own Python scripts | Does not natively support data source change triggering. Requires Logic App or Azure Function implementations
6161
Data preparation as part of every model training execution|Requires development skills to create a data ingestion script
62-
Supports data preparation scripts on various compute targets, including [Azure Machine Learning compute](concept-compute-target#azure-machine-learning-compute-managed.md) |Does not provide a user interface for creating the ingestion mechanism
62+
Supports data preparation scripts on various compute targets, including [Azure Machine Learning compute](concept-compute-target.md#azure-machine-learning-compute-managed) |Does not provide a user interface for creating the ingestion mechanism
6363

6464
In the following diagram, the Azure Machine Learning pipeline consists of two steps: data ingestion and model training. The data ingestion step encompasses tasks that can be accomplished using Python libraries and the Python SDK, such as extracting data from local/web sources, and basic data transformations, like missing value imputation. The training step then uses the prepared data as input to your training script to train your machine learning model.
6565

0 commit comments

Comments
 (0)