What Changed? Pin-pointing behavior shift
world.hey.com·5h·
Discuss: Hacker News
Flag this post

Alexander Petrov

November 10, 2025

Let’s say you know that your metrics changed at a certain point of time. How could you leverage this to learn what exactly has changed?

Sometimes it’s possible to reduce a practical problem down to a well-studied one.

In this case it’s possible to turn “What Changed?” into a Classification Problem.

  1. Label data
  • Everything before the suspected change → control = 0
  • Everything after the suspected change → treatment = 1
  1. Train a classifier to predict 0 vs 1 using only impression-level features (geo, publisher, app, creative, campaign, etc. but never use time as a feature as it’s a target leak…

Similar Posts

Loading similar posts...