[paramz] started to pull paramz out

This commit is contained in:
mzwiessele 2015-10-14 10:28:23 +01:00
parent 6c5b40cb29
commit e49c75ce2e
23 changed files with 84 additions and 5286 deletions

View file

@ -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

View file

@ -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