https://github.com/GPflow/GPflow
Revision b0ddc6d1632f63632583ea70caca678fce3696f3 authored by st-- on 21 October 2019, 14:19:32 UTC, committed by GitHub on 21 October 2019, 14:19:32 UTC
Adds a notebook that demonstrates how to add inter-domain inducing variables to GPflow without having to touch the core code base, at the example of variational Fourier features (Hensman, Durrande, Solin, JMLR 18 (2018)).
1 parent 33ded03
Raw File
Tip revision: b0ddc6d1632f63632583ea70caca678fce3696f3 authored by st-- on 21 October 2019, 14:19:32 UTC
Notebook for Variational Fourier Features (#1062)
Tip revision: b0ddc6d
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/ci_utils.py"
  - "gpflow/versions.py"
  - "doc/source/notebooks/*"
back to top