Ultimate access to all questions.
When is using a single Train-Test Split more advantageous than Cross-Validation?
Explanation:
Correct Answer: C. When computational resources and time are constrained
Explanation: A single Train-Test Split is computationally more efficient than Cross-Validation because it involves splitting the dataset only once into training and testing sets. Cross-Validation, on the other hand, requires multiple splits and training sessions, which can be resource-intensive and time-consuming, especially with large datasets or complex models. Therefore, in scenarios where computational efficiency is a priority, a single Train-Test Split is preferable.
Why Not the Others?