88Given a biased coin, produce a fair coin flip▼mediumGoogleMetaTwo Sigma2 replies◆ premiumYou have a coin that lands heads with some unknown probability p. Build a fair 50/50 flip from it without knowing p. The von Neumann trick is two lines; the part that scores is explaining why the bias cancels and how many flips it costs.Open full answer →
17Your model says '90% probability.' The customer asks if that means it's right 90% of the time. Is it?▼hardGoogleScaleMicrosoft1 replies○ sign inAlmost never, and the gap between score and probability quietly breaks thresholds, expected-value decisions, and customer trust. What calibration is, how to measure it, and the two fixes that work.Open full answer →
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 →
48How do you choose and interpret a distribution for a quantity? When is it Bernoulli vs Poisson vs Normal?▼mediumGoogleDatabricksScale1 replies◆ premiumPicking the wrong distribution silently breaks your model: counts are not Gaussian, and treating them that way predicts negative events and underestimates the variance of busy periods. The decision tree by data type, the variance gotcha, and what each choice implies for the model you reach for.Open full answer →