https://github.com/GPflow/GPflow
Revision c62ad9376fa8515b675a18c3299bf907bd80512c authored by st-- on 15 October 2019, 10:08:20 UTC, committed by GitHub on 15 October 2019, 10:08:20 UTC
1 parent b474291
Raw File
Tip revision: c62ad9376fa8515b675a18c3299bf907bd80512c authored by st-- on 15 October 2019, 10:08:20 UTC
GPflow 2.0 notebook update: Multiclass classification (#1092)
Tip revision: c62ad93
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