This question evaluates understanding of Bayes' theorem and probabilistic reasoning for interpreting classifier outputs, specifically computing posterior probabilities given sensitivity, specificity, and prevalence.

You are evaluating a binary screening model that flags "bad" users in a population. The model has known sensitivity and specificity, and the population has a known prevalence of "bad" users.
(a) If the model predicts "bad" for a user, compute P(user is actually bad).
(b) If the model predicts "good" for a user, compute P(user is actually good).
(c) Explain how these posterior probabilities change with the prevalence and why this illustrates the base-rate effect.
Login required