mzwiessele
e9b9d165af
fix: rtd
2018-02-22 20:00:41 +01:00
mzwiessele
0b80261302
fix: rtd
2018-02-22 19:52:15 +01:00
mzwiessele
36f2327d61
fix: pkg: CHANGELOG
2018-02-22 18:12:01 +01:00
mzwiessele
fb498060da
Bump version: 1.9.0 → 1.9.1
2018-02-22 18:11:44 +01:00
mzwiessele
d2044435bd
fix: paramz newest version
2018-02-22 18:10:11 +01:00
mzwiessele
c0af1b64f5
fix: pkg: CHANGELOG
2018-02-22 18:07:18 +01:00
mzwiessele
96b07085a4
Bump version: 1.8.7 → 1.9.0
2018-02-22 18:07:03 +01:00
mzwiessele
2bacd455d0
fix: pkg: CHANGELOG
2018-02-22 17:06:21 +01:00
mzwiessele
13a411915e
Bump version: 1.8.6 → 1.8.7
2018-02-22 17:06:02 +01:00
mzwiessele
45faf1f1e2
fix: pkg: merge in setup
2018-02-22 17:05:58 +01:00
mzwiessele
cf25801e85
fix: merge deploy back into devel
2018-02-22 16:41:48 +01:00
mzwiessele
5e9bdfa1f4
fix: pkg: CHANGELOG
2018-02-22 16:36:00 +01:00
mzwiessele
1227849398
Bump version: 1.8.5 → 1.8.6
2018-02-22 16:34:03 +01:00
mzwiessele
47cf3ed696
fix: Gamma prior no assignment after init
2018-02-22 16:33:54 +01:00
mzwiessele
34a5e7ed70
fix : #568 , product kernel resolution
2018-02-13 00:37:27 +01:00
mzwiessele
eac941f534
fix: pkg: added tests for multioutput regression with normalizer
2018-02-12 17:14:53 +01:00
Max Zwiessele
56696ced27
Merge pull request #597 from marpulli/devel
...
Allow calculation of full predictive covariance matrices with multipl…
2018-02-12 16:32:12 +01:00
Max Zwiessele
6f77b5d215
Merge pull request #600 from marpulli/plotting_fix
...
Fix visible dimensions for plotting inducing points
2018-02-12 15:08:13 +01:00
Mark Pullin
cd11bc895b
Fix visible dimensions for plotting inducing points
2018-02-09 13:16:33 +00:00
Zhenwen Dai
4f739b1589
Merge pull request #599 from marpulli/grads_efficiency
...
Make predictive_gradients more efficient
2018-02-09 07:22:56 +00:00
Mark Pullin
aa116517cf
Make predictive_gradients more efficient
2018-02-06 20:51:59 +00:00
Mark Pullin
ccfcfa1a85
Allow calculation of full predictive covariance matrices with multiple outputs and normalization
2018-02-05 11:21:02 +00:00
Zhenwen Dai
a6c154753d
Merge pull request #587 from esiivola/feature-multioutput
...
Merge the implementation of Multioutput kernel
2018-01-26 17:53:42 +00:00
Siivola Eero
4f532216ad
Changed two function names so that they follow the python naming convention
2018-01-24 13:40:34 +02:00
Eero Siivola
3bb905be85
Merge remote-tracking branch 'origin' into feature-multioutput
2018-01-23 15:21:45 +02:00
Eero Siivola
d7e7ed5987
Changed the structure of multioutput kernel so that it doesn't change the API of Kernels + documented the class
2018-01-23 15:21:42 +02:00
Zhenwen Dai
cc1555ada1
Merge pull request #592 from SheffieldML/sparsegp-normalization
...
fix : #590
2018-01-11 17:27:11 +00:00
Max Zwiessele
2cd2d991ce
fix : #590
...
Y_normalized was not used for running optimization
2018-01-10 14:16:36 +01:00
Zhenwen Dai
c5fb6226e1
Merge pull request #589 from apaleyes/devel
...
Implemented utility function to compute covariance between points in GP Model
2018-01-08 16:37:17 +00:00
Andrei Paleyes
ae3ea375f8
Moved posterior_covariance to Posterior class
2018-01-08 15:07:57 +00:00
Andrei Paleyes
0e2ec01839
Implemented utility function to compute covariance between points in GP Model
2018-01-05 11:40:59 +00:00
Eero Siivola
bbf4403f18
Merge remote-tracking branch 'origin/devel' into feature-multioutput
2017-12-28 18:36:34 +02:00
Eero Siivola
e0ec507721
Added multioutput kern and tests
2017-12-28 18:06:34 +02:00
Siivola Eero
09a96fe8d7
Multioutput kernel + initial test
2017-12-27 15:35:55 +02:00
Siivola Eero
397f3ead2c
Multioutput kernel + initial test
2017-12-27 15:25:50 +02:00
Zhenwen Dai
97639ff2a6
Merge pull request #585 from YoshikawaMasashi/devel
...
modify the MLP kernel equation
2017-12-21 15:34:38 +00:00
masashi yoshikawa
48a30a2722
modify the MLP kernel equation
2017-12-18 17:45:06 +09:00
Neil Lawrence
87df10707c
Change dtype for Python 3 in robot_wirelss
2017-12-03 09:56:14 -08:00
Zhenwen Dai
31183299cf
Deploy version 1.8.5
...
* added extended version of MLP function with multiple hidden layers and different activation functions
* Update mapping_tests.py
Make output of gradient check verbose to diagnose error
* Update mapping_tests.py
Remove verbosity again after gradient checks passed without problem with verbosity
* the implementation of SVI-MOGP
* Try to fix the issue with model_tests
* updated mapping test to pass gradient checks
* Fix random seed for reproducible results in tests
* Add mean function functionality to dtc inference method
* Fix DSYR function (See https://github.com/scipy/scipy/issues/8155 )
* Updated sde_kern to work with scipy=1.0.0
* Trying to fix tests for Matplotlib plotting issue
* Testing Again #575
* Figured it must be a matplotlib import error #575
New import matplotlib must be missing a package
* Removed ImageComparisonFailure #575
ImageComparisonFailure no longer exists which causes issues with travis testing using the most recent matplotlib
* Fix EP for non-zero mean GP priors
* improve the documentation for LVMOGP
* remove non-ascii characters
* Small correction to doc
* add type into docstring
* update changelog for 1.8.5
* bump the version: 1.8.4 -> 1.8.5
2017-12-01 19:52:03 +00:00
Zhenwen Dai
460cfd3d12
bump the version: 1.8.4 -> 1.8.5
2017-12-01 13:34:45 +00:00
Zhenwen Dai
3d799327d8
update changelog for 1.8.5
2017-12-01 13:29:58 +00:00
Zhenwen Dai
0d56ea74d1
Merge pull request #579 from SheffieldML/multi_out_doc
...
Improve the documentation for LVMOGP
2017-11-29 09:54:30 +00:00
Zhenwen Dai
5e8a91cd6f
Merge pull request #580 from marpulli/devel
...
Small correction to doc
2017-11-28 17:28:20 +00:00
Zhenwen Dai
83d262919b
add type into docstring
2017-11-28 17:27:33 +00:00
Mark Pullin
456b7cd83b
Small correction to doc
2017-11-27 10:58:21 +00:00
Zhenwen Dai
1c060cb41d
Merge pull request #578 from pgmoren/devel
...
Fix EP for non-zero mean GP priors (binary classification)
2017-11-24 13:51:44 +00:00
Zhenwen Dai
a7b85fb755
Merge branch 'devel' of github.com:SheffieldML/GPy into multi_out_doc
2017-11-23 15:52:53 +00:00
Zhenwen Dai
d26c02e1b1
remove non-ascii characters
2017-11-23 10:55:43 +00:00
Zhenwen Dai
f11090ad8a
improve the documentation for LVMOGP
2017-11-23 09:20:05 +00:00
Moreno
33aabdea90
Fix EP for non-zero mean GP priors
2017-11-22 10:41:01 +00:00