https://github.com/GPflow/GPflow
Revision 16570be787f2d3b0d8c4469a54ea2c6279186d8f authored by Artem Artemev on 29 March 2018, 10:51:23 UTC, committed by Mark van der Wilk on 29 March 2018, 10:51:23 UTC
* added notebook

* added callback to first example

* Clean up Natural Gradients notebook.

* Final change in NatGrads notebook.

* Address PR review. Typo in conjugate case. Likelihood printing.

* Conjugate to non-conjugate.
1 parent e2acd61
Raw File
Tip revision: 16570be787f2d3b0d8c4469a54ea2c6279186d8f authored by Artem Artemev on 29 March 2018, 10:51:23 UTC
NatGrads notebook cleanup (#696)
Tip revision: 16570be
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

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