https://github.com/GPflow/GPflow

sort by:
Revision Author Date Message Commit Date
b41c1f9 GPLVM data 19 February 2019, 09:26:19 UTC
f452388 Update Readme to link to nbviewer 18 February 2019, 19:32:32 UTC
2486c50 update intro.ipynb and update some links 18 February 2019, 19:31:30 UTC
bec35d5 Moved manual-notebooks into root notebook dir 18 February 2019, 18:48:41 UTC
2762c3f Merge branch 'vincent/notebooks-revamp' of github.com:GPflow/GPflow into vincent/notebooks-revamp 18 February 2019, 18:46:53 UTC
f4d2240 removed old notebooks 18 February 2019, 18:46:25 UTC
27bfc55 created mean function notebook (#943) * created mean function notebook * implemented feedback 18 February 2019, 18:42:03 UTC
3ed2abe Merge branch 'vincent/notebooks-revamp' of github.com:GPflow/GPflow into vincent/notebooks-revamp 18 February 2019, 18:31:20 UTC
1f2558a test_notebooks will traverse the whole notebook dir now 18 February 2019, 18:27:53 UTC
60489a6 Merge branch 'develop' into vincent/notebooks-revamp 18 February 2019, 17:31:59 UTC
8041ffd MCMC notebook (#942) MCMC notebook 18 February 2019, 17:14:09 UTC
6cfacce adding notebook on kernel design (#941) 18 February 2019, 17:13:18 UTC
7406e1d Notebook for Mixture Density Network (#939) * MDN notebook * Addressed PR comments * Update doc/source/notebooks/manual/tailor/mixture_density_network.ipynb 18 February 2019, 16:59:23 UTC
51f7806 Graphs and sessions notebook (#938) 18 February 2019, 16:35:21 UTC
697aed5 Mark/notebooks revamp monitor (#937) * Settings notebook. * Fixed typos, added bit about debug messages. * Old monitoring notebook is now in new directory. 18 February 2019, 15:29:52 UTC
4a8bcec Ordinal regression notebook (#940) 18 February 2019, 14:32:47 UTC
c94324e Settings notebook. (#935) * Settings notebook. * Fixed typos, added bit about debug messages. 18 February 2019, 14:09:11 UTC
a36849d Nicolas/playing with kernels (#936) * notebook on manipulating kernels now up to date. * intro with minor edits 18 February 2019, 14:01:23 UTC
bcaf16e updating multiclass notebook (#926) Updating multiclass notebook 18 February 2019, 12:00:19 UTC
649b039 Minor performance improvement: pass Cholesky of K to gauss_kl (#933) Add option to pass K_cholesky to kl_gauss 15 February 2019, 13:32:55 UTC
fb1de54 Stef/natgrads notebook revamp (#930) Natural Gradients notebook 05 February 2019, 12:33:34 UTC
71c4460 Nicolas/notebook classification (#929) Classification notebook 05 February 2019, 11:10:39 UTC
802f9ce Make data dir 05 February 2019, 10:22:03 UTC
f8f79c6 Merge branch 'vincent/notebooks-revamp' of github.com:GPflow/GPflow into vincent/notebooks-revamp 05 February 2019, 10:21:14 UTC
e47c4de Update intro notebook 05 February 2019, 10:20:54 UTC
5123e1d GPLVM notebook (#927) 04 February 2019, 17:42:17 UTC
a495b64 Nbviewer (#931) Update readme with nbviewer 04 February 2019, 17:33:57 UTC
be9b6bc Merge pull request #915 from GPflow/ayman/notebook-revamp Cleaned up SVGP Notebook 04 February 2019, 16:26:51 UTC
a37c7e5 Merge pull request #928 from GPflow/ayman/coregion-notebook restructured coregionalisation notebook 04 February 2019, 16:26:23 UTC
8ac635e restructured coregionalisation notebook 04 February 2019, 16:07:55 UTC
b37e121 Merge branch 'vincent/notebooks-revamp' into ayman/notebook-revamp 04 February 2019, 13:39:43 UTC
c3c3f0b kern_list -> kernels 04 February 2019, 12:00:01 UTC
7bfe11b Merge remote-tracking branch 'origin/vincent/notebooks-revamp' into ayman/notebook-revamp 04 February 2019, 11:59:54 UTC
d7dfbbe Further clean-up of SVGP notebook 04 February 2019, 11:59:18 UTC
610c4c5 Merge branch 'vincent/notebooks-revamp' of github.com:GPflow/GPflow into vincent/notebooks-revamp 04 February 2019, 11:22:34 UTC
7b26bd3 final clean up of multiclass notebook 04 February 2019, 11:22:22 UTC
58db756 Merge remote-tracking branch 'origin/vincent/notebooks-revamp' into ayman/notebook-revamp 04 February 2019, 11:06:20 UTC
c13d8be Merge branch 'develop' into vincent/notebooks-revamp 04 February 2019, 11:02:50 UTC
191a1c2 Broadcasting of conditionals (#895) 04 February 2019, 10:57:34 UTC
d572283 Merge branch 'develop' into vincent/notebooks-revamp 04 February 2019, 10:45:08 UTC
ad6c706 Adding new notebooks to the documentation (#918) * adding new files * adding empty notebooks and links from the intro page * adding links in regression notebook * taking feedback from Artem and Vincent into account in the Regression notebook 01 February 2019, 21:49:13 UTC
771de3e Minor changes to Tips & Tricks notebook (#921) * minor changes to tips_and_tricks notebook * add tips_and_tricks to docs * add doc/README.md 01 February 2019, 18:20:08 UTC
9fac59f Merge branch 'vincent/notebooks-revamp' of github.com:GPflow/GPflow into vincent/notebooks-revamp 30 January 2019, 14:04:09 UTC
470920c Intro update and GPLVM start 30 January 2019, 14:03:32 UTC
765224b Tips & Tricks notebooks changes (#916) 30 January 2019, 01:11:11 UTC
0bf75f7 Fix AutoBuild metaclass to not screw up method signatures (#907) The AutoBuild metaclass that is present in all Parameterized subclasses (e.g. models, kernels, likelihoods etc.) overwrote the `__init__` function and thereby replaced the signature with `*args, **kwargs`, which meant that the API documentation and command-line/IDE auto-completion was broken. This PR makes use of the "decorator" package (slightly hacked) to restore the original signatures (while allowing autobuild to still be passed as an additional keyword argument). 29 January 2019, 11:27:39 UTC
5166d0f Merge branch 'develop' of github.com:GPflow/GPflow into develop 29 January 2019, 08:16:48 UTC
c6805dc Change github template 29 January 2019, 08:16:40 UTC
35e58c4 Update README.md 28 January 2019, 22:11:34 UTC
c613302 Add references to documentation and tips & tricks in README. 28 January 2019, 21:31:13 UTC
7610f98 Cleaned up SVGP Notebook 28 January 2019, 18:44:04 UTC
f8fc156 Results of hackathon 28 January (#914) 28 January 2019, 18:13:37 UTC
d9fa6a9 updating the multiclass notebook: more text, remove mcmc 28 January 2019, 17:14:16 UTC
1c74ce4 Hackathon doc cleanup (#906) * Release v1.3.0 (#869) * cleaning up some of the .rst files into a flatter hierarchy * editing upper bound notebook so that headers don't interfere with the doc structure * some eidts to the GPR docstring and call signature * imrpving kernel docstrings * improving SGPR call signature * simplifying use of abc.abstractmethod * reinstating a very important period * Update gpflow/kernels.py Co-Authored-By: jameshensman <james.hensman@gmail.com> * improvements for kernel docstrings * typo fix in gpflow/models/gpr.py Co-Authored-By: jameshensman <james.hensman@gmail.com> * typo fix in gpflow/models/sgpr.py Co-Authored-By: jameshensman <james.hensman@gmail.com> * more kernel docstring improvements * Added module level descriptions of likelihoods and kernels, fixed table in intro, and added auto-detection of modules with auto-members * Fixed minor typos in the docs * improving TOC by setting trtee depth to 2 * some copyright edits * Moved documentation from .rst to module level documentation * including missing argument in SGPR init * Added mean function module level documentation, changed to unicode from LaTeX for readability in code 28 January 2019, 17:13:41 UTC
7918396 updating the multiclass notebook: more text, remove mcmc 28 January 2019, 17:09:23 UTC
7e55422 Typo "NOSET" -> "NOTSET" in gpflowrc (#911) The available Python logging levels are as written now in the file: https://docs.python.org/3/library/logging.html#levels 28 January 2019, 16:32:15 UTC
a5add0f intro to notebooks 28 January 2019, 15:22:49 UTC
f78ade1 Privatize core methods (#908) * remove deprecated full_name (replaced by pathname) * rename a bunch of core methods to be private to clean up API docs 28 January 2019, 15:17:56 UTC
830d414 Merge remote-tracking branch 'origin/hackathon_doc_cleanup' into vincent/notebooks-revamp 28 January 2019, 15:05:59 UTC
f582f4c Merge branch 'develop' into hackathon_doc_cleanup 28 January 2019, 14:56:55 UTC
ba8b7a5 Update README to include local compilation of docs (#904) * Update README to include instructions for local compilation of docs 28 January 2019, 14:56:28 UTC
5dc383e Merge branch 'develop' into hackathon_doc_cleanup 28 January 2019, 14:52:28 UTC
2696407 fix models maths documentation (#905) (#909) Some docstrings had \\ for LaTeX maths commands but had a r at the start, so they were escaped too much. One docstring was missing the r but had some single-\. Fixes those. 28 January 2019, 14:49:34 UTC
7efe89c some copyright edits 28 January 2019, 14:39:46 UTC
8cb72b7 Merge branch 'hackathon_doc_cleanup' of github.com:GPflow/GPflow into hackathon_doc_cleanup 28 January 2019, 14:30:19 UTC
b10acfc improving TOC by setting trtee depth to 2 28 January 2019, 14:30:08 UTC
435d86b Fixed minor typos in the docs 28 January 2019, 14:14:29 UTC
533603b Merge branch 'hackathon_doc_cleanup' of https://github.com/GPflow/GPflow into hackathon_doc_cleanup 28 January 2019, 14:07:49 UTC
f81c694 Added module level descriptions of likelihoods and kernels, fixed table in intro, and added auto-detection of modules with auto-members 28 January 2019, 14:07:42 UTC
8e33395 Merge branch 'hackathon_doc_cleanup' of github.com:GPflow/GPflow into hackathon_doc_cleanup 28 January 2019, 14:07:21 UTC
6d01b06 more kernel docstring improvements 28 January 2019, 14:07:16 UTC
a5cc3a2 typo fix in gpflow/models/sgpr.py Co-Authored-By: jameshensman <james.hensman@gmail.com> 28 January 2019, 13:49:11 UTC
918a386 typo fix in gpflow/models/gpr.py Co-Authored-By: jameshensman <james.hensman@gmail.com> 28 January 2019, 13:49:00 UTC
2fa3e6c Merge branch 'hackathon_doc_cleanup' of github.com:GPflow/GPflow into hackathon_doc_cleanup 28 January 2019, 13:47:59 UTC
19e1c74 improvements for kernel docstrings 28 January 2019, 13:47:51 UTC
01d676d Update gpflow/kernels.py Co-Authored-By: jameshensman <james.hensman@gmail.com> 28 January 2019, 13:42:26 UTC
972965c reinstating a very important period 28 January 2019, 13:41:58 UTC
7eaf24d Initial structure notebooks revamp 28 January 2019, 13:39:04 UTC
9dfb922 Merge branch 'hackathon_doc_cleanup' of github.com:GPflow/GPflow into hackathon_doc_cleanup 28 January 2019, 13:38:54 UTC
67920da simplifying use of abc.abstractmethod 28 January 2019, 13:38:47 UTC
9169559 Merge branch 'develop' into hackathon_doc_cleanup 28 January 2019, 13:38:09 UTC
e48d5b4 improving SGPR call signature 28 January 2019, 13:26:33 UTC
56bb9b1 imrpving kernel docstrings 28 January 2019, 12:46:41 UTC
e5284cb some eidts to the GPR docstring and call signature 28 January 2019, 12:14:16 UTC
d8cd7ae editing upper bound notebook so that headers don't interfere with the doc structure 28 January 2019, 11:45:29 UTC
146dfc9 cleaning up some of the .rst files into a flatter hierarchy 28 January 2019, 11:44:42 UTC
cc5693c Hotfix fully_correlated_conditional (#899) 09 January 2019, 17:25:24 UTC
a5e1796 Merge branch 'vincent/broadcasting-mixing-conditional' of github.com:GPflow/GPflow into vincent/broadcasting-mixing-conditional 07 January 2019, 09:51:43 UTC
071fda5 Work on sampling broadcasting conditionals 07 January 2019, 09:50:54 UTC
57f4c14 Change github issue templates. 06 January 2019, 00:57:33 UTC
c43d3f5 Issue templates 06 January 2019, 00:46:41 UTC
b855848 Merge branch 'develop' into vincent/broadcasting-mixing-conditional 24 December 2018, 19:21:02 UTC
d8fc9c1 CircleCI config. Add version to workflow 23 December 2018, 00:02:46 UTC
880c35d CircleCI status badge 22 December 2018, 23:49:51 UTC
27ff38c Add names to run commands for circleci 22 December 2018, 16:38:02 UTC
111a93f Merge branch 'develop' into vincent/broadcasting-mixing-conditional 21 December 2018, 13:27:23 UTC
d5be4ee CircleCI instead of TravisCI (#892) 21 December 2018, 13:15:28 UTC
04006b7 Fix bug in sample_conditional 21 December 2018, 09:22:05 UTC
635fcc1 Work on broadcasting samples 20 December 2018, 17:15:21 UTC
a1ded81 Apply suggestions from code review 19 December 2018, 10:44:47 UTC
back to top