Question
What is the purpose of TrainValidationSplit or CrossValidator?
Select an option. Your answer will be checked instantly.
Correct Answer: C. To compare hyperparameter settings using held-out performance
Explanation:
These tools fit candidate pipelines on training subsets and score validation data.
They help select settings that generalize.
Leave a Reply