GPy/GPy/core/__init__.py

9 lines
226 B
Python
Raw Normal View History

# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
from GP import GP
from sparse_GP import sparse_GP
2012-11-29 16:25:27 +00:00
from model import *
from parameterised import *
import priors