mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 20:12:38 +02:00
very basic GP_regression demo is working
This commit is contained in:
parent
07d793e309
commit
4b4f1da128
10 changed files with 31 additions and 41 deletions
|
|
@ -9,7 +9,7 @@ import sys, pdb
|
|||
from parameterised import parameterised, truncate_pad
|
||||
import priors
|
||||
from ..util.linalg import jitchol
|
||||
from ..inference import optimization, SGD
|
||||
from ..inference import optimization
|
||||
|
||||
class model(parameterised):
|
||||
def __init__(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue