mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-07 19:12:40 +02:00
7 lines
220 B
Python
7 lines
220 B
Python
from ep import EP
|
|
from ep_mixed_noise import EP_Mixed_Noise
|
|
from gaussian import Gaussian
|
|
from gaussian_mixed_noise import Gaussian_Mixed_Noise
|
|
from noise_model_constructors import *
|
|
# TODO: from Laplace import Laplace
|
|
|