Question: In supervised learning, what is the primary purpose of the training dataset?
Options:
Correct Answer: To train the model on known outcomes
Solution:
The training dataset is used to train the model on known outcomes, allowing it to learn the relationship between input features and target labels.