83Your classifier outputs probabilities, but you need a decision. How do you pick the threshold (it's rarely 0.5)?▼mediumAmazonStripeMeta1 replies◆ premiumDefaulting to 0.5 leaves money or safety on the table. The right cutoff comes from the cost of each error and the operating constraint, not the model. Here is how to set it deliberately.Open full answer →
09Build a fraud-detection model for payments.▼hard★ EssentialStripePayPalAdyenunlockedFraud is well under 1% of transactions, the labels land weeks late as chargebacks, and the fraudsters deliberately adapt to your model. Optimizing accuracy hands you a model that approves everything. The interview is about dollars-at-risk thresholding, label delay, and a review queue with a fixed headcount.Open full answer →