Caesar AI Atlas

Holdout Data

Caesar AI Atlas Definition

Holdout data is data intentionally excluded from training so that it can be used to evaluate model performance. Validation and test datasets are common forms of holdout data. They help estimate how well a model generalizes beyond the examples it learned from.

Other Definitions

Holdout Data Source

Examples intentionally not used ("held out") during training. The validation dataset and test dataset are examples of holdout data. Holdout data helps evaluate your model's ability to generalize to data other than the data it was trained on. The loss on the holdout set provides a better estimate of the loss on an unseen dataset than does the loss on the training set.

Concept Comparisons

Related Terms