Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 689 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 689 Bytes

Machine Learning Operations - Hands-on workshop

In the workshop, we take a simple machine learning project from a Jupyter Notebook into an automated ML training pipeline. We start by adding experiment tracking to the notebook using MLflow. Then, we refactor the project into a pipeline of data assets using dagster.

This repository provides the code skeleton that will be used to implement the project.