mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-11 21:12:38 +02:00
fixed up the Gaussian likelihood a little
This commit is contained in:
parent
0733886ba0
commit
8cad49ce13
3 changed files with 13 additions and 7 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
import numpy as np
|
||||
from gp_base import GPBase
|
||||
from ..util.linalg import dtrtrs
|
||||
from ..util.linalg import dtrtrs, tdot
|
||||
from ..inference.latent_function_inference import exact_gaussian_inference, expectation_propagation
|
||||
from .. import likelihoods
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue