mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 12:02:38 +02:00
10 lines
226 B
Python
10 lines
226 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 TODO: discuss!
|
|
from core import priors
|