gpytorch
gpytorch copied to clipboard
DOC: fix typos in likelihood.py
Fix code example in likelihood __call__
function docstring to actually match desired output. Also corrected other typos, such as:
- "foward" -> "forward"
- "likehoods" -> "likelihoods"