Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Engineering MLOps

You're reading from  Engineering MLOps

Product type Book
Published in Apr 2021
Publisher Packt
ISBN-13 9781800562882
Pages 370 pages
Edition 1st Edition
Languages
Author (1):
Emmanuel Raj Emmanuel Raj
Profile icon Emmanuel Raj

Table of Contents (18) Chapters

Preface Section 1: Framework for Building Machine Learning Models
Chapter 1: Fundamentals of an MLOps Workflow Chapter 2: Characterizing Your Machine Learning Problem Chapter 3: Code Meets Data Chapter 4: Machine Learning Pipelines Chapter 5: Model Evaluation and Packaging Section 2: Deploying Machine Learning Models at Scale
Chapter 6: Key Principles for Deploying Your ML System Chapter 7: Building Robust CI/CD Pipelines Chapter 8: APIs and Microservice Management Chapter 9: Testing and Securing Your ML Solution Chapter 10: Essentials of Production Release Section 3: Monitoring Machine Learning Models in Production
Chapter 11: Key Principles for Monitoring Your ML System Chapter 12: Model Serving and Monitoring Chapter 13: Governing the ML System for Continual Learning Other Books You May Enjoy

Traditional software development challenges

In the previous section, we saw the evolution in software development from the traditional waterfall model to Agile and DevOps practices. However, despite the success of these modern methods, we can't use the same methods for machine learning (ML) applications.

To see why, we have to look at what ML actually is; it's not just code, like in traditional software development, but code plus data. The data is fundamental to the ML model, and the code enables us to fit the data so we can derive insights from it:

Figure 1.5 – ML = data + code

Figure 1.5 – ML = data + code

On account of this relationship between code and data, care must be taken to bridge the two together in development so they evolve in a controlled way, toward the common goal of a robust and scalable ML system; data for training, testing, and inference will change over time, across different sources, and needs to be met with changing code. Without a systematic MLOps approach, there can be divergence in how code and data evolve that causes problems in production, gets in the way of smooth deployment, and leads to results that are hard to trace or reproduce:

Figure 1.6 – MLOps – data and code progressing together

Figure 1.6 – MLOps – data and code progressing together

MLOps streamlines the development, deployment, and monitoring pipeline for ML applications, unifying the contributions from the different teams involved and ensuring that all steps in the process are recorded and repeatable. In the next sections, we will learn how MLOps enables and empowers data science and IT teams to collaborate to build and maintain robust and scalable ML systems.

You have been reading a chapter from
Engineering MLOps
Published in: Apr 2021 Publisher: Packt ISBN-13: 9781800562882
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}