Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 555 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 555 Bytes

Problem Statement

When a consumer places an order on DoorDash, we show the expected time of delivery. It is very important for DoorDash to get this right, as it has a big impact on consumer experience. In this exercise, we will build a model to predict the estimated time taken for a delivery.

Concretely, for a given delivery we must predict the total delivery duration seconds , i.e., the time taken from

Start: the time consumer submits the order (created_at) to End: when the order will be delivered to the consumer (actual_delivery_time)