Leave-one-out error

 Leave-one-out error can refer to the following:

  • Leave-one-out cross-validation Stability (CVloo, for stability of Cross Validation with leave one out): An algorithm f has CVloo stability β with respect to the loss function V if the following holds:

  • Expected-to-leave-one-out error Stability (, for Expected error from leaving one out): An algorithm f has  stability if for each n there exists a and a  such that:

, with and  going to zero for 

Preliminary notationsEdit

With X and Y being a subset of the real numbers R, or X and Y ⊂ R, being respectively an input space X and an output space Y, we consider a training set:

S = \{z_1 = (x_1,\ y_1)\ ,..,\ z_m = (x_m,\ y_m)\} of size m in Z = X \times Y drawn independently and identically distributed (i.i.d.) from an unknown distribution, here called "D". Then a learning algorithm is a function f from Z_m into {\displaystyle F\subset YX} which maps a learning set S onto a function f_S from the input space X to the output space Y. To avoid complex notation, we consider only deterministic algorithms. It is also assumed that the algorithm f is symmetric with respect to S, i.e. it does not depend on the order of the elements in the training set. Furthermore, we assume that all functions are measurable and all sets are countable which does not limit the interest of the results presented here.

The loss of an hypothesis f with respect to an example z = (x,y) is then defined as V(f,z) = V(f(x),y). The empirical error of f can then be written as I_{S}[f]={\frac {1}{n}}\sum V(f,z_{i}).

The true error of f is I[f]=\mathbb {E} _{z}V(f,z)

Given a training set S of size m, we will build, for all i = 1....,m, modified training sets as follows:

  • By removing the i-th element

S^{|i} = \{z_1 ,...,\ z_{i-1},\ z_{i+1},...,\ z_m\}

  • and/or[clarification needed] by replacing the i-th element

{\displaystyle S^{i}=\{z_{1},...,\ z_{i-1},\ z_{i}',\ z_{i+1},...,\ z_{m}\}}

This article uses material from the Wikipedia article
 Metasyntactic variable, which is released under the 
Creative Commons
Attribution-ShareAlike 3.0 Unported License
.