You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the call of self._shaped_noise_covar in _MultitaskGaussianLikelihoodBase
additional arguments are not passed to the method as it is done in _GaussianLikelihoodBase
.
I wanted to implement the FixedNoiseGaussianLikelihood for a Multitask GP. here it should be possible to pass a noise parameter with shape of the outputs to the likelihood as given in the example:
@gpleiss Technically yes. I just need to see when I find the time to check the contribution guidelines and to set up the development guideline. Since it is a small change, I wonder If it would be more effective if someone already involved would implement this.
🐛 Bug
In the call of self._shaped_noise_covar in _MultitaskGaussianLikelihoodBase
additional arguments are not passed to the method as it is done in _GaussianLikelihoodBase
.
I wanted to implement the
FixedNoiseGaussianLikelihood
for a Multitask GP. here it should be possible to pass a noise parameter with shape of the outputs to the likelihood as given in the example:To reproduce
This my class (WIP) based on considered solutions in #901
calling
should pass
noise
to _shaped_noise_covar.The text was updated successfully, but these errors were encountered: