An end-to-end project
Put your new knowledge in action with an end-to-end project
Last updated
Was this helpful?
Put your new knowledge in action with an end-to-end project
Last updated
Was this helpful?
That was awesome! We learned so many advanced MLOps production concepts:
The value of
Abstracting infrastructure configuration into
We will now combine all of these concepts into an end-to-end MLOps project powered by ZenML.
Start with a fresh virtual environment with no dependencies. Then let's install our dependencies:
We will then use to help us get the code we need for the project:
The e2e template is also available as a . You can clone it:
The e2e project is a comprehensive project template to cover major use cases of ZenML: a collection of steps and pipelines and, to top it all off, a simple but useful CLI. It showcases the core ZenML concepts for supervised ML with batch predictions. It builds on top of the with more advanced concepts.
As you progress through the e2e batch template, try running the pipelines on a on a tracked to practice some of the concepts we have learned in this guide.
At the end, don't forget to share the with your colleagues and see how they react!
The production guide has now hopefully landed you with an end-to-end MLOps project, powered by a ZenML server connected to your cloud infrastructure. You are now ready to dive deep into writing your own pipelines and stacks. If you are looking to learn more advanced concepts, the is for you. Until then, we wish you the best of luck chasing your MLOps dreams!