Question: What is the purpose of using a training and test set in linear regression?
Options:
Correct Answer: To validate the model\'s performance on unseen data
Solution:
Using a training and test set allows for the evaluation of the model\'s performance on unseen data, helping to prevent overfitting.