Definition

For a sample let be the sample without . The leave-one-out error averages the error of the algorithm trained on on the left-out point .

Formula

The reason: the data is i.i.d., so training on and testing on has the same distribution as training on and testing on . The generalization bound of the perceptron uses it: points that never trigger an update can be left out without changing the output. The idea “how much does the output change if one point is removed or replaced” is stability (Lecture 4).

Appears in