This document discusses using data mining techniques to predict flight delays. It begins with an introduction discussing the growing issue of flight delays costing billions of dollars. It then discusses previous work applying classification algorithms like KNN, decision trees, and neural networks to flight delay data. The document focuses on applying these techniques to datasets containing over 1 million flights from January 2017 and 2018 with 60 features related to delays. It analyzes the performance of KNN, C5.0 decision trees and neural networks at predicting arrival delays, finding decision trees to be most accurate at 85%.