https://github.com/GPflow/GPflow

sort by:
Revision Author Date Message Commit Date
0dff8a3 sgpmc.py is now pep8 compliant 13 April 2016, 20:49:53 UTC
e41f5f5 priors.py is now pep8 compliant 13 April 2016, 20:46:31 UTC
91c4526 tf_hacks.py is now pep8 compliant 13 April 2016, 20:43:31 UTC
01924b4 param.py is now pep8 compliant 13 April 2016, 20:42:09 UTC
73a5954 model.py is noe pep8 compliant 13 April 2016, 20:23:43 UTC
4f55afc mean_functions.py is noe pep8 compliant 13 April 2016, 20:09:53 UTC
13d7025 likelihoods.py is now pep8 compliant 13 April 2016, 20:07:35 UTC
ca2e01b kullback_leiblers.py is now pep8 compliant 13 April 2016, 19:57:20 UTC
b1e4cb1 kernels.py is now pep8 compliant 13 April 2016, 19:45:07 UTC
1e44d67 hmc.py is now pep8 compliant 13 April 2016, 19:31:19 UTC
d543a25 Merge pull request #43 from GPflow/marginal_likelihood added autoflow methods to compute the likelihood (and the prior) 13 April 2016, 19:30:26 UTC
f7f69e2 gpr.py is now pep8 compliant 13 April 2016, 19:25:16 UTC
1f2b874 gpmc.py is now pep8 compliant 13 April 2016, 19:23:39 UTC
09f6f55 densities.py is now pep8 compliant 13 April 2016, 19:22:18 UTC
e1500f8 conditionals.py is now pep8 compliant 13 April 2016, 19:15:17 UTC
a38d8f9 Merge pull request #37 from GPflow/fitc FITC method for GPflow the code needs a little bit of pep8 work, but so does the whole codebase, so I'll address that on a separate branch 13 April 2016, 19:02:25 UTC
8390cff Merge branch 'fitc' into optimizer_tolerance 13 April 2016, 18:41:26 UTC
dd7a7ec added autoflow methods to compute the likelihood (and the prior) 13 April 2016, 18:37:22 UTC
c9df777 Removing unnecessary compile. 13 April 2016, 17:21:38 UTC
e517970 Removing unnecessary compile. 13 April 2016, 17:14:01 UTC
9b35ef7 bugfix 13 April 2016, 16:51:38 UTC
be2edbd added tolerance parameter pass-through for scipy optimizers 13 April 2016, 16:50:48 UTC
9ea0562 Building up Snelson experiments. 13 April 2016, 14:13:22 UTC
0f2d9c9 Adding full covariance predictions to FITC. 13 April 2016, 13:41:10 UTC
880164a Building up FITC. 13 April 2016, 12:35:19 UTC
7314785 Renaming snelson demo. 13 April 2016, 12:27:06 UTC
69894ba Snelson demo of FITC vs VFE. 13 April 2016, 12:26:03 UTC
2b6d8ba simplification in FITC predict 13 April 2016, 11:22:49 UTC
5aeaa60 edited predicitons for FITC, added to SanityCheck notebook 13 April 2016, 11:19:25 UTC
8d9d459 FITC: tidied code and fixed sign problem in mahalanobis distance 13 April 2016, 11:03:03 UTC
dfcd9af merge --theirs 13 April 2016, 10:25:48 UTC
df931a9 FITC method for GPflow 13 April 2016, 10:16:16 UTC
d7a5de2 Merge pull request #35 from GPflow/white_kernels_in_test FIX: redundant white kernels in test (fixes #34) 12 April 2016, 17:00:49 UTC
4502659 removing white kernels from sanity check notebook 12 April 2016, 15:41:46 UTC
853a8c9 removing unnecessary white kernels from method equivalence test 12 April 2016, 15:39:53 UTC
1eeebe1 Removing extraneous compile. 12 April 2016, 14:00:06 UTC
fab4556 Removing extraneous optimize. 12 April 2016, 13:51:17 UTC
bfef92c Removing unnecessary compiles. 12 April 2016, 13:38:19 UTC
9063c7e Adding comment about numerical inversion. 11 April 2016, 09:51:56 UTC
cb856cb removeing suspect test 09 April 2016, 14:18:10 UTC
19dc98a attempting travis without nose 08 April 2016, 13:06:36 UTC
9692ef3 allowing logging output in travis.yml 08 April 2016, 09:19:51 UTC
a19481f tring to speed up method_equivalence tests 08 April 2016, 08:16:30 UTC
659249e adding timing to travis 06 April 2016, 16:43:07 UTC
cd4e93a Merge branch 'master' of github.com:GPflow/GPflow 06 April 2016, 16:41:24 UTC
cee4dd1 Merge branch 'master' of https://github.com/GPflow/GPflow 01 April 2016, 16:16:38 UTC
96dfb24 Adding travis wait. 01 April 2016, 16:16:26 UTC
430c6eb Fixed typos in GPR docstring 30 March 2016, 16:02:48 UTC
c935db2 Merge pull request #30 from GPflow/table-of-methods-for-README table of methods for README 30 March 2016, 13:51:02 UTC
cf254b8 Merge pull request #27 from GPflow/full_cov_predict Full covariance matrix in predictions 30 March 2016, 13:50:26 UTC
22edbc4 Correcting typo in comment. 30 March 2016, 13:48:49 UTC
efc9529 table of methods for README I think the attached table makes a nice addition to the README. 30 March 2016, 13:45:00 UTC
005acd0 First pass at FITC approximation to the marginal likelihood. 30 March 2016, 11:49:31 UTC
0cd507a Moving code to sgpr.py 30 March 2016, 10:49:31 UTC
0069b03 Updating comments. 30 March 2016, 10:41:20 UTC
d80c4ed Beginnings of gprfitc. 30 March 2016, 10:36:28 UTC
c5ea098 Merge pull request #28 from GPflow/test_improvements Test improvements 29 March 2016, 18:24:21 UTC
5bdd8ef KeyboardInterrupt tests KeyboardInterrupt tests now cover both scipy optimization and tf optimization. 29 March 2016, 15:13:25 UTC
3e4ed1b New test in model.py This test makes sure that when a KeyboardInterrupt occurs during optimization, the state of the model is captured. 29 March 2016, 14:05:42 UTC
69dc6f6 Improved likelihood tests. Likelihoods are now tested with non-standard link functions (like f^2, instead of exp(f)), and variational_expectations with zero variance is tested to be equivalent to a simple call to logp. 29 March 2016, 11:39:54 UTC
1dd6b52 testing slices in assymetric kerel operations: K(X, Z) 29 March 2016, 11:05:49 UTC
e053c94 testsing diag of prod kernel 29 March 2016, 10:52:42 UTC
9c29e24 now testing diagonal kernel functions 29 March 2016, 10:51:37 UTC
766c3c0 Merge pull request #26 from GPflow/mean_fn_tests adding tests for mean functions 29 March 2016, 08:49:33 UTC
bf0beb4 small decrease in required accuracy in gradients 27 March 2016, 20:02:14 UTC
6084265 more edits to RELEASE.md 27 March 2016, 18:55:01 UTC
aafa969 silincing LBFGS-B during tests 27 March 2016, 18:52:46 UTC
71eafc8 FIX: missing conditional import in sgpmc 27 March 2016, 18:50:43 UTC
48f4cff bumped the version number 27 March 2016, 18:26:37 UTC
29d2b8c ensuring compatibility of deprecated conditional functions 27 March 2016, 18:22:20 UTC
b51a605 ensuring full_cov sizes are consistent in gpmc, sgpmc 27 March 2016, 18:12:55 UTC
2546cd8 refactored conditionals.py 27 March 2016, 17:53:20 UTC
6a6e906 simplified loop in conditionals 27 March 2016, 12:43:57 UTC
d1053f1 adding tests for full_cov 27 March 2016, 11:56:28 UTC
288501b Merge branch 'master' into full_cov_predict 27 March 2016, 11:35:42 UTC
323eb7a adding tests for mean functions 27 March 2016, 10:49:26 UTC
d3fc6ed Merge pull request #24 from GPflow/paramlist_bugfix made tf_mode work for paramlist, added appropriate test 24 March 2016, 17:16:37 UTC
487713c Merge branch 'master' of github.com:GPflow/GPflow 24 March 2016, 16:13:57 UTC
401e72f minor fixes in SGPR notes 24 March 2016, 16:13:35 UTC
a4e9179 improved testing of paramlist 24 March 2016, 16:13:35 UTC
291d567 adding tests for parameter list 24 March 2016, 16:13:35 UTC
823c36c minor edits 24 March 2016, 16:13:35 UTC
87009e0 fist attempt at a paramlist object 24 March 2016, 16:13:34 UTC
800f684 made tf_mode work for paramlist, added appropriate test 24 March 2016, 16:06:38 UTC
33f922a Update README to include note on sgpr. 24 March 2016, 15:07:59 UTC
36f24dd minor fixes in SGPR notes 24 March 2016, 15:02:07 UTC
e3d2ca2 Merge pull request #17 from GPflow/paramlist ParamList 24 March 2016, 14:18:35 UTC
bea7bb6 Small correction to README file. 24 March 2016, 14:10:29 UTC
cdd06fa Correcting numbers for references. 24 March 2016, 14:07:17 UTC
76d16c5 Merge pull request #20 from GPflow/sgpr Sgpr 24 March 2016, 13:37:06 UTC
a2aae70 Adding citation to Titsias 2009. 24 March 2016, 13:35:40 UTC
d6e0cdc extra notes for sgpr prediction 24 March 2016, 11:35:39 UTC
bce3ea5 Adding SGPR notebook on bound derivation 24 March 2016, 11:08:56 UTC
32380d1 tidien sgpr code 24 March 2016, 11:08:32 UTC
e2a9ff7 bugfix 22 March 2016, 18:57:36 UTC
f898633 merging 22 March 2016, 16:22:42 UTC
bf192ae adding full_covariance predictions to the sgpr method 22 March 2016, 16:18:47 UTC
cae49e8 Correcting minor typo in README.md 22 March 2016, 12:46:43 UTC
a599476 Merge branch 'master' into full_cov_predict 22 March 2016, 10:27:54 UTC
3cdc945 master README now points at master branch travis/codecov 22 March 2016, 10:27:09 UTC
back to top