Back to glossary

Propensity Model

A predictive model that estimates the probability of a specific user taking a particular action, such as purchasing, churning, upgrading, or engaging with content, based on their attributes and behavioral patterns.

Propensity models predict the likelihood of specific user behaviors by analyzing historical patterns of which users took those actions and what distinguished them from users who did not. Common applications include purchase propensity, churn propensity, upgrade propensity, and engagement propensity, each trained on the specific outcome it predicts.

For growth teams, propensity models are the predictive foundation for targeted personalization and resource allocation. They enable efficient spending by focusing retention efforts on users most likely to churn, promotional offers on users most likely to convert, and upsell messaging on users showing upgrade readiness signals. AI techniques for propensity modeling range from logistic regression for interpretable scores to gradient boosting and deep learning for maximum predictive accuracy. Growth engineers should build propensity scoring as a reusable platform capability rather than one-off models, creating a standardized pipeline for training, evaluating, deploying, and monitoring propensity scores across multiple outcomes. Key implementation considerations include calibrating probability outputs so they reflect true likelihoods, handling class imbalance since the target action is usually rare, and monitoring for model drift as user behavior evolves over time.

Related Terms