Name the 3 parts we split the dataset into.
What is Overfitting?
When we have a model that scores well on training but poorly on validation and test datasets.
What is Underfitting?
Where we have not captured the logic of the underlying data, leading to poor predictive power
When is N-fold Cross Validation used?
When you have smaller amounts of data to be used to train on
What is Early Stopping?
A technique to prevent overfitting
stop training early before we overfit
How do we implement Early Stopping?
What is Validation Set Strategy?