Which of the following best describes the bias-variance trade-off in machine learning?
Correct: B
Bias measures error from erroneous assumptions (underfitting), while variance measures error from sensitivity to training data (overfitting); reducing one often increases the other.