DoorDash ETA Prediction
Food not being delivered not time, make your own model to better the prediction
@kaggle.dharun4772_doordash_eta_prediction
Food not being delivered not time, make your own model to better the prediction
@kaggle.dharun4772_doordash_eta_prediction
CREATE TABLE historical_data (
"market_id" DOUBLE,
"created_at" TIMESTAMP,
"actual_delivery_time" TIMESTAMP,
"store_id" BIGINT,
"store_primary_category" VARCHAR,
"order_protocol" DOUBLE,
"total_items" BIGINT,
"subtotal" BIGINT,
"num_distinct_items" BIGINT,
"min_item_price" BIGINT,
"max_item_price" BIGINT,
"total_onshift_dashers" DOUBLE,
"total_busy_dashers" DOUBLE,
"total_outstanding_orders" DOUBLE,
"estimated_order_place_duration" BIGINT,
"estimated_store_to_consumer_driving_duration" DOUBLE
);
Anyone who has the link will be able to view this.