https://github.com/GPflow/GPflow
Revision cb7d952729e3323cd216ee47024a4829cdd26fe7 authored by Artem Artemev on 09 September 2019, 22:52:19 UTC, committed by Artem Artemev on 09 September 2019, 22:52:19 UTC
1 parent f666063
Raw File
Tip revision: cb7d952729e3323cd216ee47024a4829cdd26fe7 authored by Artem Artemev on 09 September 2019, 22:52:19 UTC
Likelihood test pass at CircleCI
Tip revision: cb7d952
__init__.py
from .likelihoods import (Bernoulli, Beta, Exponential, Gamma, Gaussian,
                          GaussianMC, Likelihood, MonteCarloLikelihood,
                          MultiClass, Ordinal, Poisson, Softmax,
                          SwitchedLikelihood, StudentT, RobustMax)
back to top