mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-11 21:12:38 +02:00
basic GP regression now working again
This commit is contained in:
parent
63ec89567f
commit
206ec5dfc1
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import pylab as pb
|
|||
import warnings
|
||||
from .. import kern
|
||||
from ..util.plot import gpplot, Tango, x_frame1D, x_frame2D
|
||||
from ..util.linalg import dtrtrs
|
||||
from model import Model
|
||||
from parameterization import ObservableArray
|
||||
from .. import likelihoods
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue