GPy/GPy/__init__.py
2013-01-18 18:15:36 +00:00

11 lines
242 B
Python

# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
import kern
import models
import inference
import util
import examples
#import examples TODO: discuss!
from core import priors