mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 20:12:38 +02:00
[paramz] started to pull paramz out
This commit is contained in:
parent
6c5b40cb29
commit
e49c75ce2e
23 changed files with 84 additions and 5286 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
||||
|
||||
import numpy as np
|
||||
from ..core.model import Model
|
||||
from GPy.core.probabilistic_model import Model
|
||||
from ..core.parameterization import ObsAr
|
||||
from .. import likelihoods
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# ## Copyright (c) 2012, GPy authors (see AUTHORS.txt).
|
||||
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
||||
|
||||
from ..core.model import Model
|
||||
from GPy.core.probabilistic_model import Model
|
||||
import itertools
|
||||
import numpy
|
||||
from ..core.parameterization import Param
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue