How to calculate probability that a customer bought this item also bought this other item?
I tried using google to no avail. It seems very simple, but I still am confused.
|
How to calculate probability that a customer bought this item also bought this other item? I tried using google to no avail. It seems very simple, but I still am confused. |
|||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
A simple way to do this would be to count all the people who bought product $X$, then count all the people who bought product $X$ and $Y$. This (somewhat) tells you the probability that someone who buys $X$ will buy $Y$. However, this isn't that great unless you have a list of a lot of purchases. |
|||||||||
|