Engineering MLOps: A Guide to Productizing Machine Learning, Mark Wallen, 2021 (O'Reilly Media) - A comprehensive guide to MLOps, covering the entire machine learning lifecycle, including model artifact management, versioning, deployment strategies, and operational practices.
MLflow Model Registry, MLflow Documentation, 2024 (Databricks Inc.) - The official documentation for MLflow's Model Registry, detailing how to manage, version, and stage machine learning models, which is directly relevant to the use of model registries.
Data Version Control (DVC) Documentation, Iterative, Inc., 2024 - The official guide to Data Version Control, explaining how to version data and models, track lineage, and manage large files outside of Git, supporting reproducible machine learning workflows.
Amazon S3 User Guide, Amazon Web Services, 2024 (Amazon Web Services) - Provides comprehensive information on using Amazon S3 for scalable, durable object storage, including concepts like buckets, objects, versioning, and access control, central to cloud storage of model artifacts.