This document describes a study that used classification models to predict customer churn for a bank. The authors collected a dataset of 10,000 bank customers from Kaggle and preprocessed the data. They then explored relationships between features and the target variable of whether a customer churned. Two classification models were tested - KNN and Decision Tree. After hyperparameter tuning, Decision Tree achieved the best accuracy of 84.25%, outperforming KNN. However, both models struggled to accurately predict customers who would churn. The authors concluded Decision Tree was the best model but recommend collecting more data on churning customers.