https://github.com/GPflow/GPflow
Revision e2acd61e17e8e4565ad211ae275c8f488b2b391f authored by Hugh Salimbeni on 28 March 2018, 11:10:42 UTC, committed by Mark van der Wilk on 28 March 2018, 11:10:42 UTC
* added notebook

* added callback to first example
1 parent c283fec
Raw File
Tip revision: e2acd61e17e8e4565ad211ae275c8f488b2b391f authored by Hugh Salimbeni on 28 March 2018, 11:10:42 UTC
Natural gradients notebook (#691)
Tip revision: e2acd61
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