Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Welcome to MLflow for Beginners

This book is designed to take you from a complete beginner in MLOps to an advanced practitioner using MLflow.

What is MLflow?

MLflow is an open-source platform for managing the end-to-end machine learning lifecycle. It tackles four primary functions:

  1. Tracking: Record and query experiments: code, data, config, and results.

  2. Projects: Package data science code in a format to reproduce runs on any platform.

  3. Models: Deploy machine learning models in diverse serving environments.

  4. Model Registry: Store, annotate, discover, and manage models in a central repository.

What will you learn?

Let’s dive in!