https://github.com/GPflow/GPflow
Revision ebf2c8bb8e5f14d371d5052fafd3a0361fffae0b authored by joelberkeley-pio on 03 March 2020, 21:53:23 UTC, committed by GitHub on 03 March 2020, 21:53:23 UTC
Put natgrads back into the varying noise notebook.
Resolves #1173 
1 parent 5f79844
Raw File
Tip revision: ebf2c8bb8e5f14d371d5052fafd3a0361fffae0b authored by joelberkeley-pio on 03 March 2020, 21:53:23 UTC
use natgrad optimizer in varying noise notebook (#1270)
Tip revision: ebf2c8b
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