https://github.com/GPflow/GPflow
Revision 345e1c2ee064c16e0bc973012193771aae14b555 authored by John Bradshaw on 03 October 2017, 15:58:18 UTC, committed by John Bradshaw on 11 October 2017, 11:16:10 UTC
* Random features for SVGP model
* Changed interface for random features so that returns whether given
back variance or precisions -- stops unnecessary converting stuff.
* Fixed tests for GPR with this new interface.
1 parent 98e405a
Raw File
Tip revision: 345e1c2ee064c16e0bc973012193771aae14b555 authored by John Bradshaw on 03 October 2017, 15:58:18 UTC
SVGP random features
Tip revision: 345e1c2
.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