How does Cross-Validation help in reducing overfitting?

  • By adding noise to the data
  • By allowing a more robust estimate of model performance
  • By increasing the dataset size
  • By regularizing the loss function
Cross-Validation reduces overfitting by allowing for a more robust estimate of the model's performance. By using different splits of the data, it ensures that the model's validation is not overly reliant on a specific subset, helping to detect if the model is overfitting to the training data.
Add your answer
Loading...

Leave a comment

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