Revision 291ae6c7dbfcbded27c604f136982a5067d14b8e authored by thevincentadam on 20 January 2020, 12:17:20 UTC, committed by thevincentadam on 20 January 2020, 12:17:20 UTC
1 parent 5dc31b8
Raw File
__init__.py
from .likelihoods import (Bernoulli, Beta, Exponential, Gamma, Gaussian,
                          GaussianMC, Likelihood, MonteCarloLikelihood,
                          MultiClass, Ordinal, Poisson, Softmax,
                          SwitchedLikelihood, StudentT, RobustMax)
back to top