Inferential Statistics & Regression: Making Data-Driven Decisions
Part 4 of the Essential Statistics for Data Science series, hypothesis testing, confidence intervals, and regression as the bridge from data to defensible decisions.
Thoughts on data science, machine learning, and software engineering
Part 4 of the Essential Statistics for Data Science series, hypothesis testing, confidence intervals, and regression as the bridge from data to defensible decisions.
Part 2 of the Essential Statistics for Data Science series, measures of central tendency, spread, and shape, and how to read a dataset before you model it.
Part 3 of the Essential Statistics for Data Science series, probability foundations, the distributions you actually meet in practice, and the preprocessing decisions that hinge on them.
Part 1 of the Essential Statistics for Data Science series, why statistics is the foundation every practitioner needs, and the core ideas to build on.
From shape-shifting lists to bulletproof tuples, the mutable / immutable distinction that quietly determines how your Python code behaves.