Solutions

Customer Retention
and Next Best Action

With the same data integration and just a few predictive queries, deeply understand each of your customers and ensure you do what it takes to prevent churn, encourage higher levels of spending over time, and find new business opportunities.

Customer Retention Use Cases

Related case studies

RAPIDLY TACKLING NEW USE CASES IN FINTECH

A global fintech delivered 4 new models for greenfield use cases in only 1 week

Read case study

POWERING NEXT BEST ACTION IN ONLINE BANKING

A leading online bank improved user intent prediction by 73% in 4 days

Read case study

Without any ML expertise required

  • Flexibly predict any aspect of future customer activity in a single sitting:
    • Changes in aggregate views/purchases/etc.
    • High impact events like membership cancellation/app uninstall, etc.
    • …and more, across timeframes most relevant to you taking business actions (ranging from days to quarters)
  • Pinpoint exact events/changes in a customer’s history that indicate retention risk or, on the flipside, that they are ready for spending expansion
  • Uncover key drivers behind both customer churn and expansion, at both a macro level and an individual customer level
  • Easily add 3rd party holidays, events, macroeconomic/demographic data to enrich your predictive accuracy
  • Make not only short-term predictions, but also long-horizon predictions for each of your customers that factor in seasonal trends

Downstream workflows turbocharged

  • Optimization of go to market campaigns of all kinds to build customer loyalty:
    • who to target
    • which action to take (emailed promotion, sales outreach, etc.)
    • what content/incentive levels to include
  • Financial planning and analysis
  • Targeting your market outreach and making sure the right discounts/promotions and other content are sent to the right customers at the right time
  • Fixing your products, services, and customer experiences to further prevent churn and drive growth
  • …and more!

Representative workflow

Customer Retention Next Best Action

Define the ML Problem

Kumo makes it easy to define the ML task using a simple, declarative language, and then uses AutoML to execute a highly optimized and fully tuned model. Build the query and predict the future!

Structure your problem using a simple query to predict the retention of users.

Predict 90-day churn across 3-month active users:

PREDICT Count(Sessions.ID, 0, 90) = 0
FOR EACH Users.ID WHERE
        COUNT(Sessions.ID, -90, 0) > 0
FOR EACH Users.ID

Predict 90-day churn across 3-month active users, assuming they get a coupon this week:

PREDICT Count(Sessions.ID, 0, 90) = 0
FOR EACH Users.ID WHERE
        COUNT(Sessions.ID, -90, 0) > 0
ASSUMING COUNT(Coupons, 0, 7) > 0

Predict 2-day notification open rate:

PREDICT EXIST(NotificationOpen, 0, 2)
ASSUMING EXIST(NotificationSent, 0, 1)
FOR EACH Notifications.ID

Query the future

Unleash the predictive power of your enterprise data

Get Free Trial