This document discusses building machine learning models to predict customer churn for a telecommunications company using customer usage data. It compares two models: a two-class boosted decision tree model and a support vector machine (SVM) model. The goal is to predict which customers who have been active for over a month will suddenly stop using the company's services. Both models are able to predict churn with high accuracy, with the boosted decision tree performing slightly better. The document also outlines the data used, challenges faced, and potential next steps to improve the model.