TDS Archive

An archive of data science, data analytics, data engineering, machine learning, and artificial intelligence writing from the former Towards Data Science Medium publication.

Image is author’s own.

Member-only story

A Review of Propensity Score Modelling Approaches

A review of different approaches to using propensity scores in causal inference modelling

11 min readMay 17, 2023

--

In this article I’ll introduce the concept of a propensity score and what they’re used for before presenting 3 common methodologies. I’ll be discussing the following propensity score models:

  • Propensity Score Matching with replacement (PSM)
  • Propensity Score Matching without replacement (PSM w/o)
  • Inverse Propensity Score Weighting (IPSW)

Introduction

The best way to evaluate the impact of a particular intervention or treatment is to run a randomised control trial (RCT). In an RCT you randomly split your population into 2 cohorts and apply the intervention to just one of them – this becomes your treatment group. The cohort that did not receive the intervention is your control. Due to the random assignments between control and treatment there should be no structural differences in characteristics between the two groups. If, after treatment, the treatment group behaves differently (i.e. converts) then we can conclude that this is the result of the intervention.

However, there are many scenarios in which it is not possible to run an RCT including but not…

--

--

TDS Archive
TDS Archive

Published in TDS Archive

An archive of data science, data analytics, data engineering, machine learning, and artificial intelligence writing from the former Towards Data Science Medium publication.

Matt Crooks
Matt Crooks

Written by Matt Crooks

Principal Data Scientist - BBC

Responses (1)