A model trained on a dataset has high bias and low variance. What does this indicate?
Correct: High bias leads to underfitting.
Why this answer
Option A is correct because high bias and low variance indicate underfitting, where the model cannot capture the underlying patterns. Options B, C, and D are incorrect: overfitting has low bias and high variance, good fit has low bias and low variance, and data leakage is not a bias-variance concept.