what is an external test set and a training set? What’s their difference?

321 views

what is an external test set and a training set? What’s their difference?

In: 0

2 Answers

Anonymous 0 Comments

I assume you are talking about machine learning.

A training set is the set of data you use to train a machine learning algorithm – think of it as studying for a test by using old tests. A test set is what you use to confirm that the algorithm has learned to apply to real situations rather than just overfitting to the test set – to continue the test analogy, the real test has to be different from the old tests you use to study, so that you actually have to learn the material rather than just memorize the answer.

You are viewing 1 out of 2 answers, click here to view all answers.