Skip to content

Unit 3 Exercise 1 - Bank Note Authentication #95

Answered by rasbt
harishb00 asked this question in Exercises
Discussion options

You must be logged in to vote

That's an interesting one. It's rare but it can happen. This could be due to randomness (Ultimately, it's still a relatively small dataset, and there are only ~270 instances in the validation set). E.g., assume the model does not overfit and performs equal on the training and validation set. You will always have some slight variation based on which exact examples are in the training and the validation (i.e., how you split the dataset by varying the random seed, for example).

Another explanation is that you have tuned the model so much (via hyperparameter choices) to improve the validation accuracy that it is slightly overtuned on the validation set. This is why it's important to have an a…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@harishb00
Comment options

Answer selected by harishb00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants