34Walk through the common probability distributions and when each applies.▼mediumAmazonGoogleMeta1 replies◆ premiumDistribution questions test whether you can match a data-generating process to the right model. The signal is knowing what each distribution describes and a concrete use case, not memorizing PDFs. Here is the practical map.Open full answer →
77Two of your features are highly correlated. Does it hurt the model, and what do you do about it?▼mediumMetaAmazonDatabricks1 replies◆ premiumThe textbook reflex ('drop one') is usually the wrong instinct, and whether collinearity matters at all hinges on your model and what you need from it. This is the answer that separates rote from understanding.Open full answer →
78What assumptions does linear regression make, and how do you check and handle violations?▼mediumAmazonMetaDatabricks1 replies◆ premiumEveryone can recite 'linearity and normality.' Few can say which assumption matters for predictions versus inference, how to spot a violation in a residual plot, and what to actually do about it. Here is that answer.Open full answer →
80Your model is accurate on average but fails badly for one subgroup. How do you find and fix it?▼hardGoogleMetaApple1 replies◆ premiumA 92% aggregate accuracy can hide 60% on the segment that matters most. Average metrics are exactly where these failures hide. Here is how to surface them and the menu of fixes that actually map to the cause.Open full answer →
82Your training data was collected with selection bias. How do you detect it and correct for it?▼hardMetaAmazonGoogle1 replies◆ premiumIf labels only exist for the cases you already acted on, the model learns a distorted world: great offline, blind to everyone you never saw. Worse, its own decisions pick the next labels. Here is how to spot it and counter it.Open full answer →
84Stakeholders ask which features drive your model. Why is feature importance misleading, and what do you use instead?▼mediumDatabricksMetaAmazon2 replies◆ premiumThe built-in importance scores from XGBoost can rank a random ID above a vital feature, and stakeholders will make decisions on that bar chart. Here is why default importance lies and what a careful answer reports instead.Open full answer →
88You suspect your training labels are noisy. How do you detect it and train a good model anyway?▼hardScale AIGoogleMeta1 replies◆ premiumMost real datasets have wrong labels, and they cap your accuracy invisibly. Cleaning all of it by hand doesn't scale. Here is how to find the bad labels and train robustly around them.Open full answer →
89What is curriculum learning, and when does training on easy-to-hard examples actually help?▼mediumGoogle DeepMindMetaNVIDIA1 replies◆ premiumThe idea that models, like students, learn better from easy examples first is intuitive, and sometimes it works and sometimes it does nothing. Knowing when it pays off is the real signal. Here is the honest answer.Open full answer →