Questions: Causal Inference in Machine Learning

4 questions to test your understanding

Score: 0 / 4
Question 1 Short Answer

What is the key difference between correlation and causation, and why does standard ML (which learns correlations) fail to capture causation?

Think about your answer, then reveal below.
Question 2 Multiple Choice

In causal graphs, a confounder is a variable that influences both the treatment and outcome. How does confounding bias causal effect estimates from observational data?

AConfounders have no effect on causal estimates; they are irrelevant to do-calculus
BConfounders induce spurious correlation between treatment and outcome, biasing effect estimates if not controlled for
CConfounders always increase the estimated effect size, never decrease it
DConfounders are automatically handled by any regression model
Question 3 Multiple Choice

Pearl's do-calculus provides rules for computing interventional distributions P(Y|do(X)) from observational distributions P(Y|X). In what situation can you compute the causal effect from observational data alone?

ANever — causal effects always require randomized experiments
BWhen all confounders are measured and the causal graph is known, satisfying the 'backdoor criterion'; then causal effects can be estimated by conditioning on confounders
CWhen X has no confounders; then P(Y|do(X)) = P(Y|X)
DWhen sample size is large; large data is sufficient to infer causation
Question 4 True / False

Inverse Probability Weighting (IPW) is a method for estimating causal effects from observational data. The weights are typically inverse propensity scores. Why reweight rather than just condition?

TTrue
FFalse