First hands-on exercise, developing a model to predict the churn variable for a company with a subscription-based business model, using Pycaret and registering experiments with MLFlow.
Code: exercise_1
Second hands-on exercise, creating an online repository to be able to work with a data science team using MLOps practices.
Code: exercise_2
Third hands-on exercise, downloading and modifying data and versioning it using DVC.
Code: exercise_3
Fourth hands-on exercise, registering Churn Classification experiments on MLFlow, but this time using a shared environment in DagsHub.
Code: exercise_4
Exercise that consists in training a ML model to predict the type of flower using the Iris dataset, and developing a Service with the model, using BentoML.
Code: exercise_5