mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-06 02:24:17 +02:00
11 lines
229 B
Python
11 lines
229 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
|
|
from core import priors
|
|
import likelihoods
|