I wish to make a math model for predicting users clicking on context advertising.
Math definition: Let $X$ be the set of users, and $Y$ be the set of adverts. We make a mapping $F: X×Y→P$ that should map a concrete user and concrete advert to the probability that this user will click this advert.
Note: User has only one advert per page and s/he can click or not click. This means that the probability that user clicks the advert is $\frac12$ and there is nothing to predict. But my model will use a lot of information to predict a click. Should I use the term "probability"? Maybe I should say that $F$ maps to $[0;1]$?
Thanks