https://github.com/GPflow/GPflow
Revision b4168fabf2a7ec982a6af0efe45cf969e2fcb3df authored by Eric Hammy on 27 March 2020, 13:44:49 UTC, committed by GitHub on 27 March 2020, 13:44:49 UTC
Added a shared interface for multioutput inducing variables and kernels

Co-authored-by: ST John <st@prowler.io>
Co-authored-by: st-- <st--@users.noreply.github.com>
1 parent 1196151
Raw File
Tip revision: b4168fabf2a7ec982a6af0efe45cf969e2fcb3df authored by Eric Hammy on 27 March 2020, 13:44:49 UTC
shared interface with inducing variables (#1311)
Tip revision: b4168fa
tests_requirements.txt
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