DoorDash uses machine learning and SHAP values to discover online menu best practices and improve merchant conversion rates
Online menus lack the visual and experiential elements of physical storefronts, leaving the menu as the sole driver of customer conversion; unattractive or poorly organized menus can significantly hurt merchant sales, yet discovering which menu characteristics drive success at scale was difficult because most menu data is unstructured.
Initial linear regression and base tree models had high error rates and feature collinearity issues; subsequent boosted models improved accuracy but created a black box explainability problem where the directional impact of individual features was unclear.
ML models identified photo coverage, item customizability, and category mix as top conversion drivers; A/B experiments showed a hefty improvement from header photos and restaurant information; cuisine-specific model reruns revealed that optimal menu design varies significantly by restaurant type.
Frequently asked questions
What did this team achieve with this AI workflow?
ML models identified photo coverage, item customizability, and category mix as top conversion drivers; A/B experiments showed a hefty improvement from header photos and restaurant information; cuisine-specific model r…
What tools did this team use?
machine learning, regression models, LightGBM, XGBoost, SHAP.
What results were reported?
Menu performance improvement from header photos and restaurant info: hefty improvement (source-reported, not independently verified).
What failed first in this deployment?
Initial linear regression and base tree models had high error rates and feature collinearity issues; subsequent boosted models improved accuracy but created a black box explainability problem where the directional imp…
How is this ecommerce ops AI workflow structured?
Define menu feature set → Baseline regression modeling → VIF pruning → LightGBM / XGBoost final models → SHAP explainability → Cuisine-specific model rerun → Translate findings to A/B hypotheses.