https://github.com/GPflow/GPflow
Revision 38b88b3b5d7f2b46ae3f50c23629fdf7f48aaae7 authored by william cowley on 15 January 2021, 16:56:30 UTC, committed by william cowley on 15 January 2021, 16:56:30 UTC
1 parent 3458f1a
Raw File
Tip revision: 38b88b3b5d7f2b46ae3f50c23629fdf7f48aaae7 authored by william cowley on 15 January 2021, 16:56:30 UTC
use ConditionalLikelihood in classificationnotebook
Tip revision: 38b88b3
tests_requirements.txt
mypy
black==19.10b0
isort>=5.1
pytest>=3.5.0
pytest-cov
pytest-random-order
pytest-xdist  # for local tests only
codecov

# 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