Skip to content

Wolfking2015/Final-Project-For-AML

 
 

Repository files navigation

Final Project for BIOF 509:

Predict flight status using supervised learning algorithms

Binder Colab

This repository contains all the files for final projects.

Project Introduction

Analysis of flight status is important for both flight companies and clients. For companies, sufficent advance preparations before the flight delay high-occurrence seasons are helpful in flight organization and emergence prevention. For clients and customers, an advance estimation about the flight delay or cancellation could give them advice on schdual planning and insurrance purchase. For this project, I plan to use the U.S. flgiht database of year 2008 to predict whether a flight would be on-time or delayed or even cancelled according to the flgiht information such as dates, carriers and schedueled departure time.

Outline and goals for the project

1.Basic information about the flight dataset.
2.Define the prediction target---the flight status.
3.Select relative features.
4.Make prediction using supervised learning models.
5.Analyze how selection of features may affect the selection of models.

Database source: Kaggle

The database is about the on-time performance of the domestic flgiht provided by The U.S. Department of Transportation's (DOT) Bureau of Transportation Statistics (BTS). The database is open source on Kaggle.
Detail information can be found here:
https://www.kaggle.com/giovamata/airlinedelaycauses

Plane

License

The code in this repository is released under the MIT license. Read more at the Open Source Initiative.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.4%
  • TypeScript 1.8%
  • Jupyter Notebook 1.4%
  • CSS 0.7%
  • C++ 0.3%
  • HTML 0.3%
  • Other 0.1%