Negative log predictive density
Appearance
In statistics, the negative log predictive density (NLPD) is a measure of error between a model's predictions and associated true values. Importantly the NLPD assesses the quality of the model's uncertainty quantification. It is used for both regression and classification.
Definition
where $p(y|\bm{x})$ is the model, $\bm{x_i}$ are the inputs (independent variables) and $t_i$ are the observations outputs (dependent variable).
Example
We have a method that classifies images as dogs or cats. Importantly it provides probabilities to the two classes. We show it a picture of two dogs and two cats. It predicts that the probability of the first two being dogs as 0.9 and 0.4, and of the last two being cats as 0.8 and 0.3. The NLPD is: .