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.

Can somebody tell me or give a reference about the "Market Basket Problem" in data mining. What is this problem about? Any scientific reference with application will be greatly appreciated.

share|improve this question
I think the term you are looking for is Association rule learning. – steffen Jun 1 '12 at 9:04
If the answer of RomaH is not the one you are looking for, please state why. Otherwise I suggest to accept it ;) – steffen Jun 6 '12 at 7:27

1 Answer

If you are referring to the Market Basket Problem that I am thinking of… It is simple the question of, "What is the probability that product C is in the basket if person A has placed product B in the basket?"

It can be as simple as a series of Chi studies and correlations. I prefer to stick to Occam's Razor and keep my solutions simple until I find a problem or need that requires more complex solutions.

Now that I am no longer in school and don't have good access to academia databases I just did a quick Google of that phrase "Market Basket Problem" and the first few results are some academic article on the subject for free.

I liked this article and found it useful, PDF from Penn State. I hope this helps you.

share|improve this answer

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.