This document discusses predicting flight delays using machine learning classifiers. It aims to build models that can predict whether flights will be delayed or on time using parameters like departure date, airline, flight number, origin and destination airports. The researchers use a support vector machine algorithm and data from the US Bureau of Transportation on domestic flights in 2015. Preprocessing is performed on the data before training models. The paper aims to help airlines minimize costs from delays by predicting them in advance.