HyperAIHyperAI

Command Palette

Search for a command to run...

Hold-out

Date

2 years ago

Leave-out methodIt is a model evaluation method that divides the dataset D into two mutually exclusive sets. Assuming that one set is the training set S and the other is the test set T, we have:

D = S ∪ T , S ∩ T = ∅

The division of training/test sets should keep the data distribution as consistent as possible. In order to avoid the additional bias introduced in the data division process affecting the results, stratified sampling is usually used.

Since different division methods will lead to different training/test sets, the corresponding model evaluation results will also be different. Therefore, the estimation results of a single use of the holdout method are mostly unreliable. It usually requires several random divisions, repeated experimental evaluations, and the average value is taken as the evaluation result.

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Hold-out | Wiki | HyperAI