5. Azure Machine Learning pipelines

In the previous chapters, we learned about many extract, transform, and load (ETL) preprocessing and feature-engineering approaches within the Azure Machine Learning using Dataset, Datastore, and DataPrep. In this chapter, you will learn how to use these transformation techniques to build reusable machine learning (ML) pipelines.

First, you will learn about the benefits of splitting your code into individual steps and wrapping them into a pipeline. Not only can you make your code blocks reusable through modularization and parameters, but you can also control the compute targets for individual steps. This helps to optimally scale your computations, save costs, and improve performance at the same time. ...

Get Mastering Azure Machine Learning now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.