This document discusses using machine learning techniques to predict loan defaults. It begins with an abstract that outlines using data collection, cleaning, and performance assessment to predict loan defaulters. It then discusses implementing models like decision trees and KNN (K-nearest neighbors) for classification and regression. The document evaluates the performance of these models on loan default prediction and concludes the KNN model performs better. It proposes using both models and comparing their accuracy to improve prediction performance and minimize risk.