The following assignment includes main.py file that estimates flight delay that is based on the flight_delay.csv dataset.
- Download the repository
- Check whether the necessary libraries are installed or not. If no, install it. Necessary libraries: panda, numpy, sklearn, matplotlib
- Make sure, that flight_delay.csv is downloaded
- Run main.py