Skip to content

Building a flight prediction model. This model must predict whether a flight would arrive 15+ minutes after the scheduled arrival time with 70+%."

Notifications You must be signed in to change notification settings

denironyx/flight-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flight-prediction

Initial project definition:

    "Predict if a flight will be on-time"

Defining scope:

  • Define the end goal,
  • Define the starting point, and
  • Define how the goal will be achieved.

Solution Statement: Define Scope (including data sources):

Key notes: A flight is said to be delayed, if he arrives or take off 15 minutes after scheduled time. Redefined project definition: "Using DOT data, predict with 70+% accuracy if a flight would arrive 15+ minutes after the scheduled arrival time"

Machine Learning Workflow - Process DOT data - Transform data as required The Machine Learning Workflow is used to process and transform DOT data to create a prediction model. This model must predict whether a flight would arrive 15+ minutes after the scheduled arrival time with 70+%."

Process DOT data Data value (parameter) • Day of the week • Day of the month • Unique Carrier • Carrier • TailNum – Tail Number • FlightNum – Flight Number • Origin AirportID • Origin AirportSeqID • OriginCityMarketID • Origin • Dest AirportID – Destination Airport ID • Dest AirportSeqID – Destination Airport Sequence ID • Dest - Destination • DepTime – Departure Time • DepDel15 – Departure Delayed Time • DepTimeBLK – Departure Time Block • ArrTime – Arrival Time • ArrDel 15 – Arrival Delay Time • Cancelled • Diverted

Correlated Columns

  • Same information in a different format (ID and value associated with ID)
  • Add little information
  • Can cause algorithms to get confused

About

Building a flight prediction model. This model must predict whether a flight would arrive 15+ minutes after the scheduled arrival time with 70+%."

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages