Open
Description
🚀 Feature Request
I often work with binary data that I model using SingleTaskVariationalGP
with a BernoulliLikelihood
. I always get a warning that says InputDataWarning: Input data is not standardized. Please consider scaling the input to zero mean and unit variance.
But it doesn't make sense to scale binary data. It would be nice if this warning were suppressed when using a non-Gaussian likelihood, or if there a flag you could set to suppress it.
Activity