From 7c4e2f21f8c08fcc88834556bea746cd69941787 Mon Sep 17 00:00:00 2001 From: esiivola Date: Thu, 1 Jun 2017 02:40:01 +0300 Subject: [PATCH] Added initial version of the refactored EP --- .../latent_function_inference/expectation_propagation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/GPy/inference/latent_function_inference/expectation_propagation.py b/GPy/inference/latent_function_inference/expectation_propagation.py index 7b8c861a..2669f7eb 100644 --- a/GPy/inference/latent_function_inference/expectation_propagation.py +++ b/GPy/inference/latent_function_inference/expectation_propagation.py @@ -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