A starter project
Put your new knowledge into action with a simple starter project
Last updated
Was this helpful?
Put your new knowledge into action with a simple starter project
Last updated
Was this helpful?
By now, you have understood some of the basic pillars of a MLOps system:
We will now put this into action with a simple starter project.
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:
Either way, at the end you would run three pipelines that are exemplary:
A feature engineering pipeline that loads data and prepares it for training.
A training pipeline that loads the preprocessed dataset and trains a model.
A batch inference pipeline that runs predictions on the trained model with new data.
You can either follow along in the , or just keep reading the .
And voilà! You're now well on your way to be an MLOps expert. As a next step, try introducing the to your colleagues and see the benefits of a standard MLOps framework in action!
This marks the end of the first chapter of your MLOps journey with ZenML. Make sure you do your own experimentation with ZenML to master the basics. When ready, move on to the , which is the next part of the series.