DoorDash personalizes store feed using store2vec vector embeddings and gradient-boosted models
Geographic constraints caused severe sparsity in DoorDash's consumer-to-store matrix, making standard collaborative filtering impractical; the initial knowledge-based recommender lacked latent semantic signals about store similarity and consumer preferences.
By incorporating store2vec latent features and gradient-boosted machine models, DoorDash saw approximately 20% improvement in offline AUC and approximately 5% increase in click-through rate in initial email tests, building on a prior 25% CTR gain from the initial recommendations system.
Frequently asked questions
What did this team achieve with this AI workflow?
By incorporating store2vec latent features and gradient-boosted machine models, DoorDash saw approximately 20% improvement in offline AUC and approximately 5% increase in click-through rate in initial email tests, bui…
What tools did this team use?
store2vec, word2vec, gensim, LightGBM.
What results were reported?
Click-through rate increase vs popularity baseline: 25%; additional CTR increase in initial email tests: 5%; offline AUC improvement: 20% (source-reported, not independently verified).
How is this ecommerce ops AI workflow structured?
Session order data collected → Store vector embedding → Consumer vector generation → Feature generation → Model training → Model evaluation → Personalized recommendations served.