Introducing MLOps
by
Mark Treveil, Dataiku team
Description: Introducing MLOps by Mark Treveil and the Dataiku team outlines methods for scaling machine learning workflows in enterprise environments and addresses challenges in deploying ML models beyond initial development
ISBN: 9781492083283
We may earn a commission from purchases made through links on this page.
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.