validointijoukoksi
Validointijoukoksi is a Finnish term that translates to "validation set" in English, commonly used in the field of machine learning and data science. A validation set is a portion of the dataset used during the training of a machine learning model to tune hyperparameters and assess the model's performance on unseen data. It serves as an intermediate step between the training set and the test set.
The primary purpose of a validation set is to provide an unbiased evaluation of a model's generalization
Typically, a dataset is split into three parts: a training set, a validation set, and a test