mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-30 23:36:23 +02:00
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
This commit is contained in:
commit
557498eef8
2 changed files with 2 additions and 3 deletions
|
|
@ -18,7 +18,5 @@ import rbfcos
|
||||||
import rbf
|
import rbf
|
||||||
import spline
|
import spline
|
||||||
import symmetric
|
import symmetric
|
||||||
import sympy_helpers.cpp
|
|
||||||
import sympy_helpers.h
|
|
||||||
import sympykern
|
import sympykern
|
||||||
import white
|
import white
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from likelihood import likelihood
|
from likelihood import likelihood
|
||||||
|
from GPy.util.linalg import jitchol
|
||||||
|
|
||||||
class Gaussian(likelihood):
|
class Gaussian(likelihood):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue