You've finally decided to let AutoML handle the grunt work. You've read about what it automates and what it doesn't. You're sold on the idea. Now your boss comes by your desk and says, "Great, we're using AutoML.
Standard error, confidence interval, credible interval, bootstrap CI, and prediction interval are not interchangeable—learn which to use and why they differ.
A reference catalog of significance tests — z-tests, t-tests, chi-square, KS, and permutation tests — covering what each tests, when to use it, and common pitfalls.
A reference guide to core probability distributions—Bernoulli through Beta—covering formulas, generative stories, Python sampling code, and common mistakes.
Learn what p-values actually measure, why the 0.05 threshold is arbitrary, and how to avoid common misuses by reporting effect sizes and confidence intervals.
A complete reference on hypothesis testing: p-values, error types, power, multiple comparison corrections, and choosing the right test with Python examples.
Learn the Type I vs. Type II error tradeoff with smoke-alarm analogies and Python code, and discover how to set thresholds based on real business costs.
Learn how Bayesian priors, posteriors, and base rates produce clearer, more actionable insights than Frequentist methods — with intuitive Python examples.
Learn why running too many statistical tests creates false discoveries, and how Bonferroni and Benjamini-Hochberg corrections help you stop chasing noise.
Discover how the Central Limit Theorem turns your skewed, messy data into reliable bell curves so you can run confidence intervals and A/B tests on any dataset.
Learn how to calculate A/B test sample size in Python with statsmodels, avoid the peeking problem, and balance MDE, alpha, and power before you launch.
Learn how to tell if your retrained model is genuinely better or just lucky using the McNemar test, Diebold-Mariano test, and effect size before shipping.
Learn to handle missing data by identifying MCAR, MAR, and MNAR patterns, choosing between deletion, imputation, and indicators to avoid biased models.
Learn what 95% confidence truly means — it describes the process, not your specific interval — with Python code, A/B testing examples, and clear intuition.