- Airlines and passengers both care about on-time flights.
- Question: Do longer flights tend to have longer arrival delays?
- hllo
- We will use a small simulated data-set of flights with:
- distance (in miles)
- seats (number of seats on the plane)
- arr_delay (arrival delay in minutes)
- Goal: use linear regression to model the relationship between distance and arrival delay.