This tutorial demonstrates how to combine supervised machine learning with large language models by:

  1. Using the Predibase SDK to train a recommender system (recsys) model
  2. Taking the results from the recsys model to generate personalized outreach emails using a large language model

You can find the complete example code and application in our GitHub repository.