https://github.com/GPflow/GPflow
Revision bb3d1f44865b73b4fd8ad7e98410bac073a57202 authored by st-- on 19 September 2018, 13:48:08 UTC, committed by GitHub on 19 September 2018, 13:48:08 UTC
Minor code changes:
- adds rich representation to Parameter(ized) objects so `m.as_pandas_table()` can be replaced by `m` for pretty-printing in jupyter notebooks
- updates priors to have prettier printing (and more value checks)

Notebooks
- coreg_demo.ipynb: clean-up, typo fixes
- models.ipynb: clean-up, now actually consistent with current (gpflow-1.0) architecture
- kernels.ipynb: clean-up

Documentation
- updates various links in README.md (JH's webpage, readthedocs, tensorflow installation)
- adds all currently existing notebooks to the documentation (under new section "advanced tutorials")

Stand-alone .py demo scripts in doc/source/notebooks/
- makes them runnable with current gpflow version
- adds "unmaintained" warning header
1 parent 83631b7
History
Tip revision: bb3d1f44865b73b4fd8ad7e98410bac073a57202 authored by st-- on 19 September 2018, 13:48:08 UTC
Clean up notebooks and documentation (#849)
Tip revision: bb3d1f4
File Mode Size
core
models
multioutput
params
saver
training
__init__.py -rw-r--r-- 1.7 KB
_settings.py -rw-r--r-- 5.7 KB
_version.py -rw-r--r-- 597 bytes
actions.py -rw-r--r-- 11.9 KB
conditionals.py -rw-r--r-- 18.6 KB
decors.py -rw-r--r-- 7.2 KB
dispatch.py -rw-r--r-- 435 bytes
expectations.py -rw-r--r-- 40.2 KB
features.py -rw-r--r-- 5.7 KB
gpflowrc -rw-r--r-- 483 bytes
kernels.py -rw-r--r-- 28.4 KB
kullback_leiblers.py -rw-r--r-- 3.8 KB
likelihoods.py -rw-r--r-- 23.8 KB
logdensities.py -rw-r--r-- 3.3 KB
mean_functions.py -rw-r--r-- 5.4 KB
misc.py -rw-r--r-- 7.4 KB
priors.py -rw-r--r-- 5.4 KB
probability_distributions.py -rw-r--r-- 1.7 KB
quadrature.py -rw-r--r-- 9.7 KB
session_manager.py -rw-r--r-- 4.4 KB
test_util.py -rw-r--r-- 3.5 KB
transforms.py -rw-r--r-- 12.5 KB

back to top