This project aims to predict flight delays using machine learning techniques. The dataset used for training and testing the model is provided by the Bureau of Transportation Statistics.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To run this project, you will need:
Python 3.6 or higher NumPy Pandas Scikit-learn
pip install numpy pandas scikit-learn Installation
Copy code git clone https://github.com/mehdy28/Flight_Delay.git cd Flight_Delay Usage
Copy code python train.py
Copy code python test.py
If you want to contribute to this project, please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License - see the LICENSE file for details.
The dataset used in this project was provided by the Bureau of Transportation Statistics.