AI Showreel consulting-grade analysis, for everyone FR
← The index
Proof B Live confirmed

Target

visit propensity (predicted trip count) to frame and target offers

IndustryRetail & e-commerceLeverRetentionFamilyPredictionImplementationCustom AIStageloyalty
Pattern proven in 4 industries still untouched in Banking, insurance & fintech, Luxury & beauty, Media & entertainment +9 See the pattern map
+78%
Increase in redemption among customers who rarely use offers (A/B test)
"a dramatic 78% lift in redemption among guests who rarely redeem offers" S1

Target's TargetRun model predicts a Circle customer's trip count with Bi-LSTMs and feeds the CORE offer engine; an A/B test showed +78% redemption among customers who rarely redeem offers, +15% accuracy, and +40% predictive power.

Key points

  • Prediction of Circle customers' visit frequency with the TargetRun model.
  • Bi-LSTM deep learning and multi-head attention, on TensorFlow, PySpark, Kubeflow.
  • A/B test: +78% redemption among customers who rarely use offers.
  • Evidence B, confirmed status, TargetRun and the CORE engine in production.

Objective

Predict how many times a Target Circle customer will visit in the coming weeks in order to send them the right offers at the right time, and lift redemption among customers who rarely use offers.

The deployment

TargetRun is a deep learning model built by Target's MarTech Offer Personalization team. It predicts a customer's (Guest's) visit frequency over a two-to-three-week horizon. The architecture combines bidirectional LSTMs and multi-head attention over 52 weeks of customer history (spending, digital activity) summarized into sequences of 26 steps, plus static attributes (engagement, membership). The predicted number of visits feeds CORE (Contextual Offer Recommendation Engine), Target's offer engine based on a contextual bandit, which decides which offers a customer sees and how they are structured. CORE served millions of recommended offers in 2023.

Results Proof B

+78%
Increase in redemption among customers who rarely use offers (A/B test)
"a dramatic 78% lift in redemption among guests who rarely redeem offers" S1
+15%
Accuracy gain of the new model
"The new model was 15% more accurate" S1
plus de +40%
Increase in overall predictive power
"its overall predictive power increased by over 40%" S1
-44%
Reduction in over-prediction
"the 44% reduction in over-prediction" S1
des millions en 2023
Recommended offers served by CORE
"CORE powered millions of recommended offers in 2023" S2

Official Target engineering blog describing the architecture and the results of a quantified A/B test, corroborated by a second official post on the CORE engine. Primary but internal source (no independent press), hence B.

How it works

Documented architecture
add et redemption reinjectes 52 semaines de depenseset d'activite digitalepar Guest Prediction du nombre devisites TargetRun (Bi-LSTM + attention) Moteur d'offrescontextuel CORE (contextual multi-arm bandit) App Circle, email, push Equipe AI/ML OfferPersonalization

The stack in detail

  • llm TargetRun (modele in-house) In-house deep learning model: bidirectional LSTMs plus multi-head attention over 52 weeks of history summarized into sequences of 26 steps, plus static attributes.
  • plateforme CORE (Contextual Offer Recommendation Engine) In-house offer engine based on a contextual bandit, fed by the visit prediction; millions of offers served in 2023.
  • outil TensorFlow Framework for training the sequential model.
  • outil PySpark Distributed preparation of the customer history sequences.
  • infra Kubeflow Orchestration of the ML pipelines (recurring training and scoring).

How it runs, concretely

For ops teams
CadenceRecurring per-customer scoring over a two-to-three-week horizon; the offers are then chosen by CORE as engagement unfolds.
Operated byTarget Tech's AI/ML Offer Personalization team (MarTech), on an in-house TensorFlow / PySpark / Kubeflow stack.
  1. 1
    Sequence construction data team / platform

    52 weeks of spending and digital activity per customer are summarized into a sequence of 26 steps, plus static attributes.

  2. 2
    Prediction of the number of visits AI model (TargetRun)

    The bidirectional LSTM model with attention predicts how many times the customer will visit in the coming weeks.

  3. 3
    Offer selection AI model (CORE)

    The prediction feeds CORE (contextual bandit), which chooses the offers to show and their structure to maximize engagement.

  4. 4
    Delivery and measurement platform / data team

    The offers go out in the Circle app and by email/push; the reaction (add, redemption) comes back as data and refines the models.

The signal that drives it

The predicted number of visits per customer. If a customer's digital and transactional history is too sparse, the prediction is noisy; the static attributes (engagement, membership) serve as an anchor.

How your customers perceive this type of use

Sourced studies

C'est la famille la moins acceptee : 68% des Americains jugent inacceptable un score financier personnel calcule par algorithme et 67% l'analyse video automatisee d'entretiens d'embauche (Pew Research, 2018). La demande d'explication et de recours est massive : 83% veulent savoir quelles donnees l'IA utilise et 91% veulent pouvoir corriger des donnees erronees (Consumer Reports, 2024). A l'echelle mondiale, seuls 46% se disent prets a faire confiance aux systemes d'IA et 70% jugent une regulation necessaire (KPMG / Universite de Melbourne, 2025).

68%
Americains qui jugent inacceptable un score de finances personnelles calcule par algorithme pour proposer des offres (2018)
67%
Americains qui jugent inacceptable l'analyse video assistee par ordinateur des entretiens d'embauche (2018)
58%
Americains qui pensent que les programmes informatiques refleteront toujours un certain biais humain (2018)

Acceptance conditions

  • Transparence sur les donnees utilisees : 83% des Americains la reclament (Consumer Reports 2024)
  • Droit de correction des donnees erronees : 91% le demandent (Consumer Reports 2024)
  • Explication de la logique de decision : 44% des consommateurs sont plus enclins a utiliser un agent IA si sa logique est clairement expliquee (Salesforce 2024)
  • L'acceptabilite depend du contexte de la decision : 50% des Americains jugent equitable un score de risque criminel pour la liberation conditionnelle, contre 32% pour un score financier applique aux consommateurs (Pew Research 2018)

Red lines

  • La decision opaque et sans recours sur l'emploi, le credit ou le logement : 45% tres mal a l'aise pour l'embauche, 39% pour le pret, 39% pour le logement (Consumer Reports 2024)
  • Le scoring des personnes a partir de donnees comportementales : 68% le jugent inacceptable pour les offres financieres (Pew Research 2018)

Sources: Pew Research Center 2018 · Consumer Reports 2024 · KPMG / Universite de Melbourne 2025 · Salesforce 2024

See full acceptance: by country, by use, by generation

How to replicate

Inference, not sourced

Data prerequisites

  • purchase and digital activity history per customer linked to a single ID
  • loyalty program with offers and opt-in
  • engagement signals (add, redemption)

Org prerequisites

  • data science team able to maintain a sequential model
  • downstream offer decision engine (bandit or recommendation)

Possible stack

  • custom (TensorFlow / PySpark / Kubeflow)
  • decisioning platforms (Braze, Salesforce, Adobe) with frequency prediction
Team to operate2 data scientists + 1 ML engineer + 1 MarTech PM, backed by the CRM team that operates the offer program.

The plan, step by step

  1. Step 1
    Frame the data: link 52 weeks of purchase and digital activity history to a single customer ID and build the sequences.Deliverable: Clean sequential dataset with static attributes (engagement, membership).
  2. Step 2
    Train a simple baseline then the sequential model (LSTM/Bi-LSTM) predicting the number of visits.Deliverable: Model beating the baseline on accuracy and over-prediction, validated out of sample.
  3. Step 3
    Connect the visit prediction to the offer engine (contextual bandit or rules) to frame targeting and timing.Deliverable: Offer targeting and timing driven by propensity, in pre-production.
  4. Step 4
    Run an A/B test on redemption, isolating the segment of customers who rarely use offers.Deliverable: Lift reading by segment and generalization decision.

First step: Predict a visit frequency (trip count) per customer over 2-3 weeks, then connect this prediction to the targeting and timing of the loyalty program's offers.

Sources

  1. S1 TargetRun: AI-Powered Trip Prediction for Delivering Timely Offers Primary tech.target.com · 2026-05-06 · accessed 2026-07-11 archive pending
  2. S2 Contextual Offer Recommendations Engine at Target Primary tech.target.com · 2024 · accessed 2026-07-11 archive pending