Regression using RBF kernel

You are right, Sorry that I did not provide more information.

No this is a different problem. Check this gist.

I’m not sure whether I generated the data correctly, I tried to follow the sklearn examples for RBF kernel.

You can observe in the plot, that sklearn RBF kernel is perfectly aligned with the true y values (Note that I did not add noise to the test dataset), yet all the predictions from Bayesian implementations is around a single constant.