Skip to content

Commit

Permalink
added missing import in util.linalg
Browse files Browse the repository at this point in the history
  • Loading branch information
nfusi committed Jun 17, 2013
1 parent 4bbc27f commit a8c82ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GPy/likelihoods/gaussian.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
import numpy as np
from likelihood import likelihood
from GPy.util.linalg import jitchol

class Gaussian(likelihood):
"""
Likelihood class for doing Expectation propagation
:param Y: observed output (Nx1 numpy.darray)
..Note:: Y values allowed depend on the likelihood_function used
:param variance :
:param variance :
:param normalize: whether to normalize the data before computing (predictions will be in original scales)
:type normalize: False|True
"""
Expand Down

0 comments on commit a8c82ea

Please sign in to comment.