mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-28 14:26:23 +02:00
[python3] paramz integration
This commit is contained in:
parent
dce82847a7
commit
f07abb4e89
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from paramz.transformations import Transformation, __fixed__
|
from paramz.transformations import Transformation, __fixed__
|
||||||
from paramz.core.parameter_core import Parameterizable
|
from paramz.core.parameter_core import Parameterizable
|
||||||
|
from functools import reduce
|
||||||
|
|
||||||
class Priorizable(Parameterizable):
|
class Priorizable(Parameterizable):
|
||||||
def __init__(self, name, default_prior=None, *a, **kw):
|
def __init__(self, name, default_prior=None, *a, **kw):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue