Affiliation:
1. Department of Computer Science, College of Computer and Information Sciences, King Saud University, P.O. Box 51178, Riyadh 11543, Saudi Arabia
Abstract
Flight delays are a major concern for both travelers and airlines, with significant financial and reputational consequences. Accurately predicting flight delays is crucial for enhancing customer satisfaction and airline revenues. In this paper, we leverage the power of artificial intelligence and machine learning techniques to build a framework for accurately predicting flight delays. To achieve this, we collected flight information from September 2017 to April 2023, along with weather data, and performed extensive feature engineering to extract informative features to train our model. We conduct a comparative analysis of various popular machine learning architectures with distinctive characteristics, aiming to determine their efficacy in achieving optimal accuracy on our newly proposed dataset. Based on our evaluation of various architectures, our findings demonstrate that CatBoost outperformed the others by achieving the highest test accuracy and the lowest error rate in the challenging use case of Saudi Arabia. Moreover, to simulate real-world scenarios, our framework evaluates the best-performing model that has been selected for deployment in a web application, which provides users with the ability to accurately forecast flight delays and offers a user-friendly dashboard with valuable insights and analysis capabilities.
Funder
Ministry of Education – Kingdom of Saudi Arabia
Reference30 articles.
1. U.S. passenger carrier delay costs
2. Monthly on-time performance data
3. Bureau of Transportation Statistics
4. CatBoost: gradient boosting with categorical features support;A. V. Dorogush,2018
5. XGBoost: a scalable tree boosting system;T. Chen