Chapter 8: Azure Machine Learning Pipelines

In the previous chapter, we learned about advanced preprocessing techniques, such as category embeddings and NLP, to extract semantic meaning from text features. In this chapter, you will learn how to use these preprocessing and transformation techniques to build reusable ML pipelines.

First, you will understand the benefits of splitting your code into individual steps and wrapping those 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. Lastly, you can parameterize and trigger your ...

Get Mastering Azure Machine Learning - Second Edition 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.