Cross Validation on Training Set

If no test dataset is available, an n-fold cross validation can be carried out on the training dataset. This is started via Model Cross Validation on Training Set in the main window

The dataset is split into n equal parts, according to the value of "Number of Cross Validations" you entered.

For each output, an "n-fold Cross Validation Output <output>" opens with n plots. Each plot is the result of an individual model training on n-1 datasets and the prediction on the dataset not used for modeling.

See also

Cross Validation on Training Set