https://github.com/GPflow/GPflow
Revision d543a25efa7b57fda2ce79743a35c7fe913fe564 authored by Alexander G. de G. Matthews on 13 April 2016, 19:30:26 UTC, committed by Alexander G. de G. Matthews on 13 April 2016, 19:30:26 UTC
added autoflow methods to compute the likelihood (and the prior)
2 parent s a38d8f9 + dd7a7ec
Raw File
Tip revision: d543a25efa7b57fda2ce79743a35c7fe913fe564 authored by Alexander G. de G. Matthews on 13 April 2016, 19:30:26 UTC
Merge pull request #43 from GPflow/marginal_likelihood
Tip revision: d543a25
.coveragerc
[report]
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
back to top