Every point in the cube is a customer placed along three axes: how Recently they bought, how Frequently they buy, and how much Monetary value they generate. Retention teams cluster this cloud into named segments (Champions, Loyal, At Risk, Hibernating, New) and train a gradient-boosted model to output each customer's probability of churning — the same two-stage pipeline described in the article.
Recency is consistently the single strongest predictor of churn across retail and subscription datasets — a customer who hasn't purchased in 90+ days is often a better churn signal than dozens of behavioural features combined.
Every customer becomes a point in a 3D Recency-Frequency-Monetary cube, clustered into marketing segments and scored for churn risk by a lightweight logistic model you can retune live.
How raw purchase behaviour on three axes collapses into actionable customer segments, and how a churn-probability boundary shifts in that same space as you reweight recency, frequency and monetary signals.
Adjust the recency/frequency weights and churn threshold to reshape the risk plane, switch coloring between RFM segment and churn-risk gradient, then fire a retention campaign and watch high-value at-risk customers get pulled back to safety.
Recency is so predictive on its own that many retention teams get 80% of a churn model's lift from recency alone, before frequency or monetary features are ever added.