https://github.com/GPflow/GPflow
Revision 10a0c9d1b8a5584cead05bd943f4d42651e9a54e authored by gustavocmv on 12 May 2020, 12:53:22 UTC, committed by GitHub on 12 May 2020, 12:53:22 UTC
* fixes

* typo fix; reshaping fix

* notebook showing how to use HeteroskedasticTFPDistribution likelihood

* converting to .pct.py format

* removed .ipynb

* better descriptions

* black auto-formatting

Co-authored-by: Gustavo Carvalho <gustavo.carvalho@delfosim.com>
1 parent 310786b
Raw File
Tip revision: 10a0c9d1b8a5584cead05bd943f4d42651e9a54e authored by gustavocmv on 12 May 2020, 12:53:22 UTC
Notebook exemplifying HeteroskedasticTFPDistribution usage (#1462)
Tip revision: 10a0c9d
mypy.ini
[mypy]
ignore_missing_imports = True
back to top