https://github.com/GPflow/GPflow
Revision 38b88b3b5d7f2b46ae3f50c23629fdf7f48aaae7 authored by william cowley on 15 January 2021, 16:56:30 UTC, committed by william cowley on 15 January 2021, 16:56:30 UTC
1 parent 3458f1a
Raw File
Tip revision: 38b88b3b5d7f2b46ae3f50c23629fdf7f48aaae7 authored by william cowley on 15 January 2021, 16:56:30 UTC
use ConditionalLikelihood in classificationnotebook
Tip revision: 38b88b3
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top