Commit graph

71 commits

Author SHA1 Message Date
mzwiessele
d343ec8b41 [warped stuff] plotting and normalizer in warped gps 2016-08-17 14:51:29 +01:00
mzwiessele
746d4daae8 [merge] devel 2016-08-16 12:03:45 +01:00
Michael T Smith
ad2779bdf3 made initial lengthscale!=1 to ensure we're properly testing gradients 2016-08-04 10:11:30 +01:00
Michael T Smith
16bc77a1ed More useful message from testing re offset estimate 2016-08-03 18:12:56 +01:00
Michael T Smith
ea8b732181 Corrected v2 missing print brackets. Added test code for new model and util 2016-08-03 17:49:01 +01:00
beckdaniel
28ee0f7aca improving coverage and removing py2 print 2016-04-11 16:22:19 +01:00
beckdaniel
45f692340a merged last devel 2016-04-11 11:26:46 +01:00
beckdaniel
2d9bdfdbfb added tests for closed inverse in identity and log 2016-04-07 18:41:48 +01:00
beckdaniel
3e27748b42 replicated the cubic sine example into warped_gp tests for code coverage 2016-04-07 17:52:59 +01:00
Max Zwiessele
13cf717231 [model tests] added seeds for model tests for stability 2016-04-05 10:17:08 +01:00
Max Zwiessele
bb9626dd8b Revert "Revert "[predict] added noiseless convenience function to gp, bc of whining about it...""
This reverts commit 7c95076b9f.
2016-04-01 15:48:21 +01:00
Max Zwiessele
7c95076b9f Revert "[predict] added noiseless convenience function to gp, bc of whining about it..."
This reverts commit 2001cd6dfd.
2016-04-01 15:47:03 +01:00
Max Zwiessele
2001cd6dfd [predict] added noiseless convenience function to gp, bc of whining about it... 2016-04-01 15:27:03 +01:00
Alan Saul
9defc07672 Test for BGPLVM predictions, for linear case which is possible to do analytically 2016-03-24 14:56:42 +00:00
Zhenwen Dai
67ba9b60c6 move _raw_predict into posterior object 2016-03-17 11:29:33 +00:00
Zhenwen Dai
ba74e29aee merge with upstream 2016-03-10 18:17:35 +00:00
Zhenwen Dai
e9cc56e8e8 add ssgplvm model test 2016-03-10 18:14:25 +00:00
mzwiessele
b0347c5108 [sparsegplvm] added sparsegplvm and tests for minibatch sparsegplvm 2016-03-07 13:39:32 +00:00
beckdaniel
2ecd13b08d moved cubic sine from tests to examples 2016-03-07 10:46:42 +00:00
beckdaniel
6bea908234 refactored the numeric inverse into the mother class, to test Identity and Log 2016-03-02 17:05:22 +00:00
beckdaniel
7bee3daac8 cleaning 2016-03-02 16:55:26 +00:00
beckdaniel
5534c45b0a added a rate to inverse calculation 2016-03-02 16:54:03 +00:00
beckdaniel
91e625a9bd logistic seems working but more tests are needed 2016-02-24 13:27:19 +00:00
beckdaniel
b266b578cd renamed TanhWarpingFunction to TanhFunction 2016-02-24 11:29:41 +00:00
beckdaniel
9039fae29e deleted old tanh_warp and renamed warp_tanh_d to warp_tanh 2016-02-24 11:24:31 +00:00
Zhenwen Dai
8b279175c5 fix the issue of negative prediction variance of normal GP 2016-01-21 11:22:57 +00:00
beckdaniel
24e9d68a19 stuff 2016-01-14 15:28:48 +00:00
beckdaniel
4c843adc4c skipping the wgps Snelson's test (comment the skip line to see the plots) 2015-12-08 14:14:59 +00:00
beckdaniel
bef114eabd (wpgs) fixing newton-raphson for f_inv and fixing plotting stuff 2015-12-08 13:59:46 +00:00
mzwiessele
87539b1c1b [beckdaniel] merge in warped gp changes 2015-10-13 08:52:26 +01:00
Max Zwiessele
7deb99c80c Update model_tests.py 2015-10-10 23:29:26 +01:00
Max Zwiessele
0a1b3a909f Update model_tests.py 2015-10-10 23:15:19 +01:00
beckdaniel
273009f9ad Merge remote-tracking branch 'ShefML/devel' into warped_gps_fixes 2015-09-26 13:35:57 +01:00
beckdaniel
1a02c65a61 merging last master 2015-09-17 14:43:00 +01:00
Max Zwiessele
1d354f5cce [classification] sparse gp classification and dtc update 2015-09-11 15:08:30 +01:00
Max Zwiessele
64517eec18 [py3] print statement 2015-09-10 16:10:38 +01:00
Zhenwen Dai
328d45330e apply bug fix for set_XY 2015-09-10 15:31:44 +01:00
Max Zwiessele
6996912184 [doc] some changes to the doc, using mathjax some additions in math 2015-09-08 14:01:54 +01:00
Max Zwiessele
6f29c4646c [coverage] tests for coverage increase 2015-09-07 14:09:55 +01:00
Max Zwiessele
eddebd2ad9 [coverage] added normalizer tests 2015-09-04 13:28:22 +01:00
James Hensman
ea07870e81 fixed random seed for kronecker tests 2015-08-27 12:00:55 +01:00
James Hensman
6b5a027047 adding a white kernel to a sparseGP test for stability 2015-08-27 11:53:30 +01:00
James Hensman
7ba26eda1c the Opper-Archambeau method is now implemented as an inference method in the GPy style 2015-08-18 11:39:27 +01:00
James Hensman
e3fd7885bf ENH: fixed up BCGPLVM to work with new framework 2015-08-17 11:06:45 +01:00
James Hensman
90df33af50 tidied model_tests 2015-08-13 09:27:03 +01:00
beckdaniel
4dd2f4feb7 commenting plotting test 2015-08-05 19:18:57 +01:00
beckdaniel
20a1e8d3c7 some cleaning on WarpedGP code 2015-08-05 19:18:25 +01:00
beckdaniel
995de0f399 added a new test which tries to replicate Snelson's toy 1D but NR seems to diverge... 2015-08-05 19:05:48 +01:00
beckdaniel
76bc0bec25 added initial test for warped gps using identity function 2015-08-05 10:50:59 +01:00
beckdaniel
c221671530 added a small test for warped gps 2015-07-30 17:05:03 +01:00