Definition

An algorithm producing from i.i.d. points is consistent for if the risk converges to the Bayes risk in probability; strongly consistent with almost sure convergence; universally consistent if it is consistent for every on .

Formula

  • It concerns the risk, not the function: need not converge to .
  • It is asymptotic and gives no rate; for every fixed some distribution is still hard.
  • First universally consistent algorithm: kNN with , (Stone 1977). Later: SVMs, boosting, random forests. 1-NN and ERM over a fixed class are not universally consistent.

Appears in