https://github.com/GPflow/GPflow
Revision 0d71e303842f24030acc4d2e6c12e1f7ea33d235 authored by Gustavo Carvalho on 01 August 2020, 21:55:08 UTC, committed by Gustavo Carvalho on 01 August 2020, 21:55:08 UTC
1 parent b3a2210
Raw File
Tip revision: 0d71e303842f24030acc4d2e6c12e1f7ea33d235 authored by Gustavo Carvalho on 01 August 2020, 21:55:08 UTC
added QuadratureLikelihood to base, refactored ScalarLikelihood to use it
Tip revision: 0d71e30
tests_requirements.txt
mypy
black
pytest>=3.5.0
pytest-random-order

# Notebook tests:
tensorflow-datasets
nbformat
nbconvert
ipykernel
jupyter_client
jupytext

matplotlib
sklearn  # for mixture-density-network notebook
ipywidgets  # Required by tensorflow-datasets
back to top