From 20a02cc4453bd41ede9bff3c96bca02d3ec61c8c Mon Sep 17 00:00:00 2001 From: James Hensman Date: Wed, 5 Dec 2012 22:25:37 -0800 Subject: [PATCH] removed uncertain gp regression from the model __init__, since it's now just a switch in the sparse GP --- GPy/models/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/GPy/models/__init__.py b/GPy/models/__init__.py index d176e7b6..dd721559 100644 --- a/GPy/models/__init__.py +++ b/GPy/models/__init__.py @@ -9,4 +9,3 @@ from warped_GP import warpedGP from GP_EP import GP_EP from generalized_FITC import generalized_FITC from sparse_GPLVM import sparse_GPLVM -from uncertain_input_GP_regression import uncertain_input_GP_regression