Commit graph

5694 commits

Author SHA1 Message Date
mzwiessele
5a0dc22426 fix: use paramz 0.8.5 2017-10-02 16:03:17 +01:00
mzwiessele
b5048bcfad fix: pkg: CHANGELOG 2017-10-02 14:38:53 +01:00
mzwiessele
00f9ca1650 Bump version: 1.8.1 → 1.8.2 2017-10-02 14:38:02 +01:00
mzwiessele
c7e3eedd30 fix: uniform prior tests 2017-10-02 14:36:23 +01:00
mzwiessele
28487a9551 fix: uniform prior can be positive and negative, depending on lower and upper bound 2017-10-02 11:47:25 +01:00
Max Zwiessele
9f3778a801 Merge pull request #557 from SheffieldML/devel
Paramz 0.8 update
2017-10-02 11:27:43 +01:00
mzwiessele
038412acbb fix: pkg: CHANGELOG 2017-10-02 10:14:03 +01:00
mzwiessele
5e261657a8 Bump version: 1.8.0 → 1.8.1 2017-10-02 10:13:39 +01:00
mzwiessele
a9d3433c59 fix: paramz 0.8 2017-10-02 10:13:32 +01:00
mzwiessele
28fb1f013e fix: doc: creating new kernel was missing active dims 2017-10-02 10:12:54 +01:00
Max Zwiessele
3d38df94d8 Paramz 0.8 2017-10-02 09:40:47 +01:00
Max Zwiessele
01b85cd11e Paramz 0.8 2017-10-02 09:35:55 +01:00
Zhenwen Dai
d40db2b9af Merge pull request #544 from SheffieldML/devel
Release GPy 1.8.x
2017-09-21 18:00:44 +01:00
Zhenwen Dai
c294cf715f the implementation of SVI-MOGP 2017-09-19 16:28:36 +01:00
Max Zwiessele
6cc13af8cd fix: naming of ard contribution in ARD plot 2017-09-18 10:05:37 +01:00
Zhenwen Dai
c472c2557f Merge pull request #549 from christomaszewski/devel
fix: slight modification to MLP mapping to reduce potential for numpy…
2017-09-13 11:01:38 +01:00
Chris Tomaszewski
c3d8ea2e0d fix: replacing np.power with np.square for efficiency 2017-09-13 04:54:25 -04:00
Chris Tomaszewski
cb4f05296f fix: slight modification to MLP mapping to reduce potential for numpy overflows and unnecessary computation 2017-09-12 18:04:18 -04:00
Zhenwen Dai
5e4f9c69c3 Merge pull request #545 from pgmoren/devel
Thanks Pablo for the changes about Basic framework for serializing GPy models. I think we need the corresponding docstrings as developer documentation.
2017-09-12 12:11:44 +01:00
Moreno
e572bfb746 Basic framework for serializing GPy models 2017-09-11 12:18:01 +01:00
Zhenwen Dai
d529da3e6c Merge pull request #543 from icdishb/devel
Merged in the changes about Input warping using Kumar warping.

Thanks for the contribution, Huibin!
2017-09-11 12:06:30 +01:00
Max Zwiessele
34f5d251f9 Merge branch 'deploy' into devel 2017-09-11 11:14:11 +01:00
mzwiessele
838625271a Bump version: 1.7.7 → 1.8.0 2017-09-11 11:07:54 +01:00
mzwiessele
8be59878ac chg: pkg: CHANGELOG 2017-09-11 11:07:42 +01:00
Shen
e72f0b6c9b Input warping using Kumar warping 2017-09-08 15:10:40 +02:00
Zhenwen Dai
9e6eac1cf0 Merge pull request #527 from adhaka/ll-surv
merged in the changes about Ll surv
2017-09-07 11:08:13 +01:00
Zhenwen Dai
0fb273a41c Merge pull request #542 from SheffieldML/EP_refactor
Merge in the EP refactoring
2017-09-06 10:08:08 +01:00
Zhenwen Dai
44a232ff6a Merge pull request #534 from adhaka/EP_refactor
Ep refactor
2017-09-04 10:39:30 +01:00
Akash Kumar Dhaka
8b24b492f1 some more merge conflicts resolved for syncing with the current devel branch of main GPy 2017-08-10 11:51:48 +03:00
Akash Kumar Dhaka
f0f1a183b0 merging with the gpy devel branch to be in sync with the latest code and make pull request again .. 2017-08-10 11:47:26 +03:00
Akash Kumar Dhaka
8c8008c2d3 bug fixes in test cases due to changes in api of ep functions.. 2017-08-10 11:14:40 +03:00
Siivola Eero
841ca66170 Robustified binomial likelihood 2017-08-10 11:14:40 +03:00
Siivola Eero
458b453613 minor bugfix 2017-08-10 11:14:40 +03:00
Siivola Eero
a9cdfad4b6 Fixed two small lbugs 2017-08-10 11:14:40 +03:00
Akash Kumar Dhaka
5d7e575c77 putting exact_inference_gradients again and calling in instead from ep_gradients which is the genreic method for calculating expected gradients used in ep 2017-08-10 11:14:40 +03:00
Akash Kumar Dhaka
8b621a409c commiting code for some changes to api for calculating ep_gradients, also fixing some issues with gaussian hermite quadrature, no we have both avaialable ... 2017-08-10 11:14:40 +03:00
Akash Kumar Dhaka
ae27e1225d adding file for gaussian-kronrod integration, test cases and calculating gradients of log marginal wrt theta-likelihood params 2017-08-10 11:14:40 +03:00
Akash Kumar Dhaka
19598cf807 fixing a typo-bug in the last commit for ep test case 2017-08-10 11:14:40 +03:00
Akash Kumar Dhaka
38597b1ede removing pods dependency and a few print commands 2017-08-10 11:14:40 +03:00
Akash Kumar Dhaka
69a81acff9 bug fix to prevent infinite loop because of incorrect stopping condition 2017-08-10 11:14:40 +03:00
Akash Kumar Dhaka
54f530a22b adding some test cases for EP.. more work needs to be done, these are some high level test cases .. 2017-08-10 11:14:40 +03:00
Moreno
255d97a917 Refactor EP and EPDTC 2017-08-10 11:14:40 +03:00
esiivola
7c4e2f21f8 Added initial version of the refactored EP 2017-08-10 11:14:40 +03:00
esiivola
0d06dc3b4e Added initial version of the refactored EP 2017-08-10 11:14:40 +03:00
esiivola
dfc5bd42dc Added initial version of the refactored EP 2017-08-10 11:14:40 +03:00
mzwiessele
e849a4c62d fix: pkg: CHANGELOG 2017-08-10 11:14:40 +03:00
mzwiessele
b143e92b5c Bump version: 1.6.1 → 1.6.2 2017-08-10 11:14:40 +03:00
mzwiessele
000d832830 fix: updated keywords 2017-08-10 11:14:40 +03:00
Alex Feldstein
6f738bd2b4 fix in sparse_gp_mpi optimizer 2017-08-10 11:14:40 +03:00
Alex Feldstein
ef924eba6c fix for parallel optimization 2017-08-10 11:14:40 +03:00