Question: In a case study, if a linear regression model has a high R-squared value but a high Mean Squared Error (MSE), what does this suggest?
Options:
Correct Answer: The model may be overfitting the training data
Solution:
A high R-squared with high MSE suggests that while the model explains a lot of variance, it may be overfitting the training data and not generalizing well.