Machine learning capabilities in Azure Synapse
Data analysis is not a standalone process that can be executed without getting help from other counterpart services. Before we learn how to use Azure ML services with Azure Synapse, it's important to understand the various steps involved in any data analysis process, such as data collecting, transforming, cleaning, and modeling data.
We are going to learn about these steps in brief in the following subsections.
Data ingestion and orchestration
This section is focused on the data collection and transformation process. In this section, we are going to learn how to create a Synapse pipeline for data ingestion and how to use notebooks for data orchestration.
Azure Synapse pipelines provide a variety of data sources to ingest data from. An Azure Synapse pipeline is an integrated part of Azure Synapse used to Extract, Transform, and Load (ETL) data. To learn more about Azure Synapse pipelines, you can refer to Chapter 4, Using...