Added initial version of the refactored EP

This commit is contained in:
esiivola 2017-06-01 02:40:01 +03:00
parent 7d996e79e9
commit a5c06b195d

View file

@ -1,7 +1,6 @@
# Copyright (c) 2012-2014, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
import numpy as np
import itertools
from ...util.linalg import jitchol, DSYR, dtrtrs, dtrtri, pdinv, dpotrs, tdot, symmetrify
from paramz import ObsAr
from . import ExactGaussianInference, VarDTC