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

You're reading from  Machine Learning Engineering with MLflow

Product type Book
Published in Aug 2021
Publisher Packt
ISBN-13 9781800560796
Pages 248 pages
Edition 1st Edition
Languages
Author (1):
Natu Lauchande Natu Lauchande
Profile icon Natu Lauchande

Table of Contents (18) Chapters

Preface Section 1: Problem Framing and Introductions
Chapter 1: Introducing MLflow Chapter 2: Your Machine Learning Project Section 2: Model Development and Experimentation
Chapter 3: Your Data Science Workbench Chapter 4: Experiment Management in MLflow Chapter 5: Managing Models with MLflow Section 3: Machine Learning in Production
Chapter 6: Introducing ML Systems Architecture Chapter 7: Data and Feature Management Chapter 8: Training Models with MLflow Chapter 9: Deployment and Inference with MLflow Section 4: Advanced Topics
Chapter 10: Scaling Up Your Machine Learning Workflow Chapter 11: Performance Monitoring Chapter 12: Advanced Topics with MLflow Other Books You May Enjoy

Understanding models in MLflow

On the MLflow platform, you have two main components available to manage models:

  • Models: This module manages the format, library, and standards enforcement module on the platform. It supports a variety of the most used machine learning models: sklearn, XGBoost, TensorFlow, H20, fastai, and others. It has features to manage output and input schemas of models and to facilitate deployment.
  • Model Registry: This module handles a model life cycle, from registering and tagging model metadata so it can be retrieved by relevant systems. It supports models in different states, for instance, live development, testing, and production.

An MLflow model is at its core a packaging format for models. The main goal of MLflow model packaging is to decouple the model type from the environment that executes the model. A good analogy of an MLflow model is that it’s a bit like a Dockerfile for a model, where you describe metadata of the model, and...

lock icon The rest of the chapter is locked
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}