Published onAugust 1, 2026A Single Test Split Isn't Enough to Compare ModelsModel diagnosticsStatisticsMachine learningOne train/test split can make one model look better than it is and another look worse, in the same experiment. Here's what that looks like with real numbers.
Published onApril 27, 202615 Ways to Misread Your Own Regression ModelRegressionStatisticsModel diagnosticsFifteen ways regression output gets misread, with the symptom, what it actually means, and how to check. Every one came from a real model.
Published onApril 20, 2026The Coefficient That Flipped SignRegressionStatisticsModel diagnosticsAlone it reads -0.0054. With seven other predictors, +0.0154. Both significant. Why hunting for the guilty variable is the wrong instinct.
Published onApril 13, 2026Regression Coefficients Are Not CausalRegressionStatisticsModel diagnosticsThe smoker coefficient is $24,330. That does not mean quitting saves anyone $24,330, and no amount of significance will make it mean that.
Published onMarch 23, 2026The R-Squared Trap: When Cleaning BackfiresRegressionModel diagnosticsStatisticsRI removed 53 outliers. R-squared rose from 0.818 to 0.856 and the model got worse. Every number that improved ignored the rows I deleted.