Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I just read an interesting article on how Target used purchase behavior as a predictor to whether they were pregnant or not. Here's the link.

Could someone explain how Target build the predictive model, or their best guess as to the process?

Update

The original article is in New York Times.

share|improve this question

1 Answer

up vote 7 down vote accepted

From what I've understood from these articles, Target managed to identify patterns when the pregnant customers, which know that they are pregnant, start buying pregnancy related items. This is a much easier task than to develop pregnancy test based solely on shopping habits.

Target has data with shoppers buying history and indicator whether the shopper was pregnant or not. Hence this is a classification problem, you observe a feature vector and you need to assign class to it. There are a lot of methods for doing that.

share|improve this answer
Thanks. Which methods would you recommend I research to try and replicate that? – mikebmassey Feb 17 '12 at 14:40

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.