Chapter 4: Machine Learning Pipelines

In this chapter, we will explore and implement machine learning (ML) pipelines by going through hands-on examples using the MLOps approach. We will learn more by solving the business problem that we've been working on in Chapter 3, Code Meets Data. This theoretical and practical approach to learning will ensure that you will have comprehensive knowledge of architecting and implementing ML pipelines for your problems or your company's problems. A ML pipeline has modular scripts or code that perform all the traditional steps in ML, such as data preprocessing, feature engineering, and feature scaling before training or retraining any model.

We begin this chapter by ingesting the preprocessed data we worked ...

Get Engineering MLOps 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.