46Walk me through Bayes' theorem on a real diagnostic problem: why can a 99%-accurate test still be wrong most of the time it fires?▼mediumGoogleDatabricksScale2 replies◆ premiumThe base-rate trap is the classic, and it is not academic: it is exactly how a high-accuracy fraud or disease classifier drowns ops in false alarms. The worked numbers, the tree you draw on the whiteboard, and the two levers that actually fix it in production.Open full answer →
50What are Type I and Type II errors? Use an enterprise spam filter to make it concrete and tie each to a business cost.▼easyGoogleMicrosoftDatabricks1 replies◆ premiumA Type I error blocks a real invoice; a Type II error delivers the phishing email. Which one costs the customer more decides where you set the threshold. The spam-filter framing, the precision/recall mapping, and the asymmetric-cost call interviewers want.Open full answer →