I want to get the uncertainty interval for the prediction that the model made such as 4 +- 1 or 10 +=3. Currently I am looking at PyG to do this.
I found information pointing out Bayesian method and MC dropout but I couldn't find an example code or explanation for beginners. I am not sure how and where I can insert the layer to the model.
I thought I can insert some layers into my model to calculate it. Or, am I supposed to use only Bayesian model for the prediction and as well as uncertainty calculation?
The example code will help me the most but I appreciate any information.