Practical MLOps
by
Noah Gift, Alfredo Deza
Description: Practical MLOps outlines principles and techniques for deploying and managing machine learning models in production environments to ensure reliability and automation. The book covers workflows and best practices for operationalizing ML systems
ISBN: 9781098103002
Most of the knowledge I was able to glue together came from webinars/lives/tutorials/books I found that already solved the same problems I was looking for.
If you have a solid Python foundation and already have some experience in Machine Learning in general, I would recommend the Practical MLOps book( https://www.oreilly.com/library/view/practical-mlops/9781098...), or even Introducing MLOps (https://www.oreilly.com/library/view/introducing-mlops/97814...) as starting points.
EDIT: Also, nothing beats a good project end-to-end, where you take a toy problem, and try to build an entire stack around it, from the training of simple ML models, tracking the models' versions, creating APIs to serve these models, monitoring, and so on.