Git Product home page Git Product logo

predicting-airline-delays's Introduction

Predicting Airline Delays

Using Hadoop predicting the airline delays from O'Hare airport with data from 2007 and 2008. Using Pig scripts, built a feature matrix with which we train and predict the airline delay with an accuracy of about 80%

Project Details

  • Built a model for predicting the airline delays with an accuracy of ~80%
  • Used the airline dataset with 7.4M flight records from the UCI Repo
  • Utilized Pydoop for implementing MapReduce to build the feature matrix
  • Used Pig scripts to generate the features
  • Built using Python, Scikit-Learn, Pig, Hadoop, HDFS, AWS EMR, IPython

Specifications

  • Python 2.7
  • Hadoop 2.7.3
  • Scikit-Learn
  • Pandas
  • Linear Regression
  • Random Forests

Algorithm

  1. Exploring the raw data to determine various properties of features and how predictive these features might be for the task at hand.

  2. Using PIG and Python to prepare the feature matrix from the raw data. We perform 3 iterations. With each iteration, we improve our feature set, resulting in better overall predictive performance. For example, in the 3rd iteration, we enrich the input data with weather information, resulting in predictive features such as temperature, snow conditions, or wind speed.

  3. Using Python’s Scikit-learn, we build various models, such as Logistic Regression or Random Forest.

  4. Using Scikit-learn, we evaluate performance of the models and compare between iterations.

Dataset

predicting-airline-delays's People

Contributors

pradeepashri avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.