Skip to content

Commit 9476c85

Browse files
committed
new images
1 parent 2101103 commit 9476c85

File tree

4 files changed

+362
-2
lines changed

4 files changed

+362
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ In this article, you learn about the pros and cons of the following data ingesti
2020
1. [Azure Data Factory](#use-azure-data-factory) pipelines
2121
2. [Azure Machine Learning Python SDK](#use-the-python-sdk)
2222

23-
## What is data ingestion?
2423

2524
Data ingestion is the process in which unstructured data is extracted from one or multiple sources and then prepared for training machine learning models. It's also time intensive, especially if done manually, and if you have large amounts of data from multiple sources. Automating this effort frees up resources and ensures your models use the most recent and applicable data.
2625

@@ -46,7 +45,8 @@ These steps and the following diagram illustrate Azure Data Factory's data inges
4645
1. Transform and save the data to an output blob container, which serves as data storage for Azure Machine Learning
4746
1. With prepared data stored, the Azure Data Factory pipeline invokes a training Machine Learning pipeline that receives the prepared data for model training
4847

49-
![ADF Data ingestion](media/concept-data-ingestion/data-ingest-option-one.png)
48+
49+
![ADF Data ingestion](media/concept-data-ingestion/data-ingest-option-one.svg)
5050

5151
## Use the Python SDK
5252

Binary file not shown.

0 commit comments

Comments
 (0)