Introducing MLOps: How to Go from Model to Production, Mark Treveil, Nicolas Omont, Clément Stenac, Kenji Lefevre, Du Phan, 2020 (O'Reilly Media) - This book provides a comprehensive overview of MLOps principles, including best practices for model versioning, lineage tracking, and governance in production environments.
Designing Machine Learning Systems: An Iterative Process for Production-Ready AI, Chip Huyen, 2022 (O'Reilly Media) - This resource discusses the systematic design of ML systems, with significant coverage of crucial aspects like reproducibility, data management, versioning strategies, and establishing robust governance for production ML.
DVC (Data Version Control) Documentation, Iterative, Inc., Current - The official documentation for DVC, detailing how to version large datasets, track data dependencies, and integrate with Git for end-to-end reproducibility in machine learning projects.
MLflow Model Registry Documentation, Databricks, 2024 - This documentation explains the functionalities of the MLflow Model Registry for managing the model lifecycle, versioning artifacts, logging metadata, and tracking lineage within the MLflow ecosystem.