Problem: A pizza shop wants to estimate delivery times for their customers.
Simple idea: The farther away the customer lives, the longer pizza delivery takes.
Goal: To build a model to predict delivery time estimates based on the distance.
- X variable: Distance from shop (miles)
- Y variable: Delivery time (minutes)