This question evaluates understanding of Bayes' theorem and probabilistic reasoning for computing posterior probabilities in binary classification, emphasizing priors, likelihoods, and conditional probability.
You are evaluating a simple classifier that flags messages as spam. Based on historical data, you know the spam rate and the classifier’s performance (true positive and false positive rates). Compute the probability that a message is truly spam given it was flagged.
Assume:
Walk through a complete Bayes-theorem calculation:
Show every step, state assumptions, and simplify the final answer to a clear fraction and a one-decimal percentage.
Login required