mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
dim reduction imports
This commit is contained in:
parent
d4dff8360b
commit
f04a4fa98b
1 changed files with 1 additions and 1 deletions
|
|
@ -6,8 +6,8 @@ from matplotlib import pyplot as plt, cm
|
|||
|
||||
import GPy
|
||||
from GPy.core.transformations import logexp
|
||||
from GPy.models.bayesian_gplvm import BayesianGPLVM
|
||||
from GPy.likelihoods.gaussian import Gaussian
|
||||
from GPy.models import BayesianGPLVM
|
||||
|
||||
default_seed = np.random.seed(123344)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue