Motivation
Description
Flight delays create problems in scheduling for airlines and airports, leading to passenger inconvenience and huge economic losses. As a result, there is growing interest in predicting flight delays to optimize operations and improve customer satisfaction. In this project, we will predict flight delays using the DOT flights and NOAA weather datasets from 2015 to 2021.
Commands
The Makefile contains the central entry points for common tasks related to this project.
Syncing data to cloud storage
make sync_data_up
will useaws s3 sync
to recursively sync files indata/
up tos3://mids-w261/data/
.make sync_data_down
will useaws s3 sync
to recursively sync files froms3://mids-w261/data/
todata/
.