Fyber implemented XGBoost models for two main use cases: Audience Vault Reach prediction and CTR prediction for their offer wall. For Audience Vault Reach, XGBoost with Spark was used to predict audience size over the next 14 days using historical user activity data. For CTR prediction, XGBoost ranked offers based on attributes to better estimate performance compared to old manual configurations. Both models involved data preprocessing, feature engineering, training XGBoost pipelines on Spark, and integrating the models into products.