We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cde643 + 4b3ab4a commit e3d8a5eCopy full SHA for e3d8a5e
gpytorch/mlls/leave_one_out_pseudo_likelihood.py
@@ -47,7 +47,7 @@ def __init__(self, likelihood, model):
47
48
def forward(self, function_dist: MultivariateNormal, target: Tensor, *params) -> Tensor:
49
r"""
50
- Computes the leave one out likelihood given :math:`p(\mathbf f)` and `\mathbf y`
+ Computes the leave one out likelihood given :math:`p(\mathbf f)` and :math:`\mathbf y`
51
52
:param ~gpytorch.distributions.MultivariateNormal output: the outputs of the latent function
53
(the :obj:`~gpytorch.models.GP`)
0 commit comments