Question: In supervised learning, what is the role of the training set?
Options:
Correct Answer: To train the model on labeled data
Solution:
The training set is used to train the model by providing it with labeled data, allowing it to learn the relationship between inputs and outputs.