September 2017
Beginner to intermediate
304 pages
7h 2m
English
We are making progress to ensure that our models generalize using training and test sets. However, imagine the following scenario:
This process might seem logical, but you are probably already seeing a problem that can result from this procedure. We can actually overfit our model on the test data by iteratively exposing the model to our test set.
There are a couple of ways to deal with this extra level of overfitting. The first is by simply creating another split of our data called a holdout set (also known as a ...
Read now
Unlock full access