Coder Social home page Coder Social logo

my-fellowship.ai-challenge's Introduction

My Fellowship.AI Challenge

Airline On-Time Arrivals - Binary classification model

Pierre Megret

The Goal

To use the US Dept. of Transportation on-time arrival data for non-stop domestic flights by major air carriers to predict arrival delays with a binary classification model.

The data set

US Dept. of Transportation on-time arrival data for non-stop domestic flights by major air carriers. The data set corresponds of the month of January 2016, so that I could test my model on all the year. To predict whether a flight will be delayed or not, here's the features I chose from the USDoT: Day of Week, Unique Carrier, Flight Number, Origin and Destination airport Id and cities Id, CRS departure and arrival times, ARR_DEL15 dummy, DIVERTED dummy, Air time, and Distance.

The Code

The code is organized as follow: an exploration of the data, a grid search cross-validation error to determine the best hyper-parameters of my model, and the predictions. All in Jupyter Python Notebook.

Part 1. Exploration of the data

Looked at the features of the data as well as the existence of missing values, did some data cleaning.

Part 2. Building of the Model

Built a Random Forest Classifier after having tuned it with a grid search cross-validation.

Part 3. Predictions and model performances

Evaluated the model performances on different months, on different years. (February, and October 2016, January 2017)

my-fellowship.ai-challenge's People

Contributors

pierremegret avatar

Stargazers

Satya Adda 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.