1.

What is the difference between the Test set and validation set?

Answer»

The test set is USED to test or EVALUATE the performance of the TRAINED model. It evaluates the PREDICTIVE power of the model.
The VALIDATION set is part of the training set that is used to select parameters for avoiding model overfitting.



Discussion

No Comment Found