Definition
The Bayes risk is over all measurable . A function attaining it is a Bayes classifier (Bayes predictor) ; it need not be unique. The regression function is , for labels equal to .
Formula
0-1 loss:
Squared loss (regression):
The Bayes classifier needs the unknown distribution, so it is a benchmark, not an algorithm. is determined by the marginal of and by (Proposition 1). Consistency asks whether the risk of a learning algorithm converges to .
Appears in
- Lecture 1.1, definition
- Lecture 1.1, regression function and Proposition 1
- Lecture 1.1, Theorem 2 and the Bayes error
- Lecture 1.1, Theorem 4 for the squared loss
- Lecture 1.2, the goal of learning: R(f_n) close to R*
- Lecture 1.2, the plug-in classifier