Technology
Data Science
Turn data into decisions, not just dashboards
Novice
Technology
Turn data into decisions, not just dashboards
Novice
Subdomain
Statistics is the language of data. Without it, you are pattern-matching on noise and calling it insight.
Correlation vs Causation
The distinction between two variables moving together (correlation) and one variable causing changes in another (causation). Correlation does not imply causation.
Open
A/B Testing and Statistical Significance
A/B testing is a controlled experiment that randomly assigns users to two conditions and measures whether an observed difference in outcomes is larger than what chance alone would produce.
Open
Bayes Theorem
A mathematical rule for updating the probability of a hypothesis given new evidence, combining a prior belief with the likelihood of the observed data.
Open
EDA
Exploratory Data Analysis. Examining data structure, quality, and patterns before modelling.
Correlation
A statistical measure of how two variables move together. Does not imply causation.
Causation
One variable producing changes in another. Established through experiments or causal inference methods.
p-value
The probability of observing results this extreme if the null hypothesis were true. Not the probability the alternative is true.
Overfitting
When a model memorises training data and generalises poorly to new data.
Underfitting
When a model is too simple to capture the real patterns in the data.
Bias-variance tradeoff
The tension between a model being too simple (high bias) and too sensitive to training data (high variance).
Feature engineering
Creating or transforming input variables to make a model more accurate or interpretable.
Bayes theorem
P(H|E) = P(E|H) * P(H) / P(E). The rule for updating beliefs given evidence.
A/B test
A randomised experiment assigning users to control and treatment conditions to measure the causal effect of a change.
Regularisation
A technique for reducing overfitting by penalising model complexity during training.
DPDPA
Digital Personal Data Protection Act 2023. India's framework governing how personal data is collected, used, and processed.