maulikpatel212 / US-Airline-Delay-Analysis-And-Prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

US airline delay analysis and prediction

Objective

The project deals with the prediction of the USA airline delay based on the analysis of flight characteristics like traffic and weather at different times of years based on the previously available dataset.

Concepts implemented

Big data concepts (for analysis): Apache Spark and Hadoop.

Machine learning and statistics (for prediction): logistic regression, z-score.

Configuration needed

  • Apache Spark configuration
  • mpl_tookits.basemap (in case of an error for graph plotting) Try: pip install git+https://github.com/matplotlib/basemap

Steps to run

Step 1: Download the zip file
Step 2: Extract the file
Step 3: Upload the .ipynb file to google colab
step 4: Run all

Walkthrough

The size represents the traffic airport traffic and the colour mark represents the amount of delay

This is an image
Delay and frequency of flight in USA (december)

This is an image
Delay and frequency of flight in USA (June) The lines represent the origin and the destination of the flight. Darker the line, the higher the possibility of delay.

This is an image
Flight path in December

This is an image
Flight path in june delay does each carrier has

This is an image

This is an image

Heat map to show avg delays per hour of the day

About


Languages

Language:Jupyter Notebook 100.0%