This document provides an overview of a project to build machine learning models to predict loan approval using Home Mortgage Disclosure Act (HMDA) data. It describes the data, features, exploratory analysis, data wrangling, model building process, and results. Several models were tested including logistic regression and random forest classifiers. The best models were able to predict loan approval with over 70% precision, recall, and F1 score. Further analysis and use of additional data sources could improve the models.