mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-29 14:56:24 +02:00
Priors added
This commit is contained in:
parent
922e72af94
commit
b1c98c2c3d
8 changed files with 206 additions and 356 deletions
|
|
@ -4,7 +4,7 @@ import warnings
|
|||
warnings.filterwarnings("ignore", category=DeprecationWarning)
|
||||
|
||||
import core
|
||||
from core.parameterization import transformations
|
||||
from core.parameterization import transformations, priors
|
||||
import models
|
||||
import mappings
|
||||
import inference
|
||||
|
|
@ -15,7 +15,6 @@ import testing
|
|||
from numpy.testing import Tester
|
||||
from nose.tools import nottest
|
||||
import kern
|
||||
from core import priors
|
||||
import plotting
|
||||
|
||||
@nottest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue