GPy/GPy/__init__.py

12 lines
242 B
Python
Raw Normal View History

# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
2012-11-29 16:31:48 +00:00
import kern
import models
import inference
import util
2013-01-18 18:15:36 +00:00
import examples
#import examples TODO: discuss!
2012-11-29 16:31:48 +00:00
from core import priors