https://github.com/GPflow/GPflow
Revision 9b5b5f401a69179a33243f1c150a896af65fb4c1 authored by Alexis Boukouvalas on 16 October 2016, 19:41:11 UTC, committed by GitHub on 16 October 2016, 19:41:11 UTC
Likelihood for Ordinal regression
2 parent s 6af7095 + 51308f9
Raw File
Tip revision: 9b5b5f401a69179a33243f1c150a896af65fb4c1 authored by Alexis Boukouvalas on 16 October 2016, 19:41:11 UTC
Merge pull request #124 from GPflow/ordinal
Tip revision: 9b5b5f4
.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__.:
    print
back to top