https://github.com/GPflow/GPflow
Revision 7be58b6f318abbe8bc660e34008f2cbae9bcb60f authored by John Bradshaw on 04 October 2017, 08:40:37 UTC, committed by John Bradshaw on 11 October 2017, 11:16:10 UTC
1 parent d154c4f
Raw File
Tip revision: 7be58b6f318abbe8bc660e34008f2cbae9bcb60f authored by John Bradshaw on 04 October 2017, 08:40:37 UTC
Random features -- improved demo to also show Thompson sampling.
Tip revision: 7be58b6
.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