EasyDeepLearn

Interview: after segmentation, one segment has 60% women but each region shows 40%. Why?

hard

Answer

  • Simpson's paradox — different regions have different sizes / proportions in that cluster.
  • Verify with contingency table: within each region, the segment may be 40% women, but the sample-size-weighted overall proportion is 60% because certain regions dominate the segment.
  • Fix by post-stratifying — report within-region proportions if that's what stakeholders care about.
  • Also check for sampling bias / SRM in segmentation.
Check yourself — multiple choice
  • Bug
  • Simpson's paradox: aggregate 60% ≠ within-region 40% due to region size imbalance; post-stratify to report within-region proportions; check for SRM / sampling bias
  • Random
  • Not real

Simpson's paradox in segmentation: aggregate ≠ within-region; post-stratify.

#interview#causal-inference#clustering

Practise Unsupervised Learning

214 interview questions in this topic.

Related questions