20
Lesson 20 of 20 ยท Learning from Examples
Cross-validation
Cross-validation splits data into multiple folds, training on some and testing on others. It gives a more reliable estimate of model performance.
- Cross-validation uses multiple train-test splits.
- It gives more reliable performance estimates.
Think about it
What is an epoch in training?
