Explain how cross-validation can be used to mitigate the risk of overfitting.

  • By adding noise to the training data
  • By increasing model complexity
  • By reducing model complexity
  • By splitting the data into multiple subsets and training on different combinations
Cross-validation mitigates the risk of overfitting "by splitting the data into multiple subsets and training on different combinations." It ensures that the model is evaluated on unseen data and helps in tuning hyperparameters without relying on the test set.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *