Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interpretation of the Predictive Uncertainty(Variance) #7

Open
akashmondal1810 opened this issue Jul 13, 2020 · 1 comment
Open

Interpretation of the Predictive Uncertainty(Variance) #7

akashmondal1810 opened this issue Jul 13, 2020 · 1 comment

Comments

@akashmondal1810
Copy link

Hello Yarin,
Is there any way to interpret the obtained Predictive Uncertainty(Variance)? After computing the predictive variance i.e. the sample variance of T stochastic forward passes is there any way to calculate any threshold or cutoff value so that if the predictive variance is above that value we can say that the model is uncertain or below which it is certain about its prediction?
Uncertain if (predictive variance>=threshold) || Certain if (predictive variance<threshold)
something like this!
Thanks!

@aiqingbuguoshijisu
Copy link

In the field of measurement, prediction variance is seen as uncertainty, and uncertainty is used as a measure of how trustworthy the predicted data is, so there isn't a well-founded threshold, and if you want your model outputs to be as discreet as they can be, then your prediction variance needs to be as small as it can be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants