What is Propensity Model as a service?

Propensity modelling is a set of approaches to predictive models that help in forecasting the behaviour of the target audience.
propensity model

We speak a lot about AI services, but what do they really refer to? As per Vikas Raturi, senior ML engineer at Intuit, who spoke at MLDS 2022, AI services are the delivery of an AI capability over a communication interface. The main goal with AI services is to reduce the cost of development by allowing the said capabilities to be reused across various use cases.

That said, AI services are not always about putting a serving interface over a model. AI capabilities can be delivered in many forms like a trained model object, a batched set of predictions or an interface serving endpoint. In fact, in enterprise settings, a complete service may not even exist and it may be just a model in the rest of the system.

Propensity modelling is a set of approaches to predictive models that help in forecasting the behaviour of the target audience. It achieves this by analysing the users’ past behaviour. Common use cases of Propensity models are Churn Estimates, predicting feature adoption, etc.

Most of the Propensity models have similar characteristics:

  • They are trained on a broad range of user demography and behaviour data.
  • Although the underlying algorithm can be reused, all the use cases mostly require a separate model.
  • The Propensity model prediction are also in similar format that consists of customer identifier and a propensity score.
  • It must be scalable for both training and inference tasks as they are evaluated for the entire population. 

“We have huge data coming in, and every time a data scientist is trying to featurise for a particular use case, that means all the work – the whole work of transforming that data and adding the right feature sets, testing it out, ensuring that there is enough quality along with the change in dynamics of the nature of the data and the values. So, we thought, can we collate all the work that we have done for the feature set and can we build one common feature set for all different varieties of propensity models, which can be generic enough and that should be able to serve the different requirements. So, what we had is we collected, documented and created very high-quality feature sets which are peer-reviewed by different data scientists into one giant feature set right now – it is like more than 1000 features. And that can now power different propensity model use cases. And in our understanding, this was roughly taken 60% of the whole development lifecycle for any other model. So that’s what they call the feature addition – all the behaviour customer behaviour feature that was put into one single pipeline, and of course, that is a huge cost saver because you are doing it only once,” said Raturi.

Kernel in Propensity models

Each propensity model required a separate model, depending on the use case and business needs. That said, the core kernel of these models can be reused, while the hyperparameters and the metrics would still differ. Citing an example of a Churn prevention model, Raturi said that it might be optimised for higher precision or recall depending on the model of customer connect.

In the case of the Propensity model as a service, each use case has its own machine learning pipeline that is powered by a common kernel that is optimised for the propensity model. The algorithm models the propensity problem as a time-to-event problem. Speaking about the same, Raturi said, “For example, telling someone that this user is going to upgrade to the advanced version of your product, but he does not have enough experience or training to be able to use all the features. To solve such a challenge, we built an optimisation module that uses the features that the model uses for every customer and generates a set of action items that can be optimised.”

The kernel provides an optimisation algorithm to attribute the propensity score to user behaviour to generate actions that can be taken.

Wrapping up

“The biggest metric for success so far for AI services, in our understanding, has been how the service is actually delivered to the customer and how it can be done to better user experience is very important. It’s based on the simple fact that the population and consumers have to be clearly identified. Figuring out the correct customer base and asking for feedback, and then iterating, is important. This is behind the success of our AI service,” reveals Raturi.

Image credit: flickr/Prachatai

Download our Mobile App

Subscribe to our newsletter

Join our editors every weekday evening as they steer you through the most significant news of the day.
Your newsletter subscriptions are subject to AIM Privacy Policy and Terms and Conditions.

Our Recent Stories

Our Upcoming Events

3 Ways to Join our Community

Telegram group

Discover special offers, top stories, upcoming events, and more.

Discord Server

Stay Connected with a larger ecosystem of data science and ML Professionals

Subscribe to our Daily newsletter

Get our daily awesome stories & videos in your inbox
MOST POPULAR