Examples
Recommender System → LLM Generation
Learn how to combine a recommender system with LLM generation for personalized outreach
This tutorial demonstrates how to combine supervised machine learning with large language models by:
- Using the Predibase SDK to train a recommender system (recsys) model
- 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.