06Your model scored 95% in the pilot and 70% in production. What happened?▼medium★ EssentialGoogleDatabricksScale1 repliesunlockedThis exact gap kills more customer pilots than any modeling choice. There's a ranked list of culprits, and one of them hides inside innocent-looking feature pipelines at almost every enterprise.Open full answer →
35Offline AUC is 0.91 and falling apart live. You suspect the feature store's point-in-time join. Find the bug.▼hardDatabricksGoogleSnowflake2 replies◆ premiumThe most expensive leakage bug in feature-store ML: training joins that grab feature values from after the label event. The timeline that exposes it, the one query that proves it, and the fix that survives audit.Open full answer →
55What is a validation set for, and how do you use it during training without overfitting to it?▼easyGoogleDatabricksMicrosoft1 replies◆ premiumThe validation set is the one you tune and select on; the test set is the one you only look at once. Confusing them, or tuning so hard you overfit the validation set, is how a model that aced offline metrics dies in production.Open full answer →
52Tell me about discovering data leakage or train/test contamination in a model you shipped.▼hardGoogleAmazonCapital One2 replies◆ premiumA model that's too good is a bug, not a win. The screen is whether your instinct on a suspiciously high number is to celebrate or to get suspicious, and whether you disclosed the leak instead of quietly fixing it.Open full answer →