Skip to content

srcole/flightdelay

Repository files navigation

flightdelay

Analysis of delays of US flights in 2015.

Summary

For a class project (CSE 258 at UCSD), we explored statistics on US domestic flights and created a model to predict if a flight would be delayed by 15 or more minutes.

Analysis

1. Trends in flight delays

This notebook explores the statistical relationships between the delay of

2. Predicting flight delays

This notebook attempts to predict whether or not a flight will be delayed by more than 15 minutes using the features of flights explored in the former notebook.

Data acquisition and cleaning

Download data that includes information on all domestic flights in 2015 from Kaggle.

After acquired, the data can be cleaned as in this notebook to make the airport codes consistent, and this notebook to fix the inconsistency in the Austin airport encoding.

fld

Some tools for data loading, exploration, etc.

nbs_development

Notebooks written during the project

About

Predicting how much flights are delayed by

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published