mzwiessele
|
b47e5ab4bb
|
[ploting init] minor
|
2015-03-23 08:47:45 +00:00 |
|
mzwiessele
|
f771944629
|
[optimization] model prints how many parameters there are to optimize
|
2015-03-23 08:46:46 +00:00 |
|
Zhenwen Dai
|
ea5f25900c
|
remove printing
|
2015-03-19 11:33:59 +00:00 |
|
Zhenwen Dai
|
7152f41f82
|
fix the param renaming problem
|
2015-03-19 11:33:00 +00:00 |
|
Mike Croucher
|
c307b989cc
|
Bug fix for issue #161
|
2015-03-15 11:10:45 +00:00 |
|
Mike Croucher
|
e5587cf234
|
Used 'six' to support Py3 and Py2 simultaneously
|
2015-03-13 14:43:49 +00:00 |
|
Mike Croucher
|
7930eb646f
|
Merge from upstream
|
2015-03-13 14:23:40 +00:00 |
|
Zhenwen Dai
|
59bd0d3b6e
|
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
|
2015-03-13 09:47:41 +00:00 |
|
Zhenwen Dai
|
7f30fef698
|
add trigger update to set_{X,Y,Z}
|
2015-03-13 09:47:36 +00:00 |
|
frb-yousefi
|
e42937ccaf
|
Descrimative BGPLVM prior with lambda added
|
2015-03-12 11:01:55 +00:00 |
|
mzwiessele
|
d01a0a61e2
|
[optimize] max_f_eval -> max_iters
|
2015-03-11 10:42:44 +00:00 |
|
mzwiessele
|
77b4dc7d44
|
[optimize] added clear functionality for ipython notebook and kern input sensitivity error handling
|
2015-03-11 10:37:21 +00:00 |
|
Zhenwen Dai
|
c6cf0bc121
|
add set_Z function
|
2015-03-09 17:26:18 +00:00 |
|
Alan Saul
|
233c5ee8b4
|
Updated other likelihoods to give back logpdf and gradients for each link_f rather than summing on the inside
|
2015-03-09 10:27:21 +00:00 |
|
tjhgit
|
e115778d74
|
Merge remote-tracking branch 'upstream/devel' into devel
Conflicts:
GPy/kern/__init__.py
|
2015-03-08 09:42:33 +01:00 |
|
Mike Croucher
|
f6b71629e7
|
Fix README.md formatting
|
2015-03-07 08:43:13 +00:00 |
|
Mike Croucher
|
6b3b90d9b3
|
Fix README.md formatting
|
2015-03-07 08:42:05 +00:00 |
|
Mike Croucher
|
cf1c382acd
|
xrange fixes for Python 3
|
2015-03-07 07:49:59 +00:00 |
|
Mike Croucher
|
5eeb2f18e9
|
Updated README.md for recent Py3 work
|
2015-03-07 07:35:55 +00:00 |
|
Mike Croucher
|
028fa93d36
|
kern fix. All tests now pass
|
2015-03-06 17:07:35 +00:00 |
|
Mike Croucher
|
f627c0b1cd
|
2to3 itertools fixer
|
2015-03-06 14:48:19 +00:00 |
|
Mike Croucher
|
3e25098710
|
Fixed leaky comprehension behaviour for Py3
|
2015-03-06 13:06:42 +00:00 |
|
James Hensman
|
48821a6b73
|
Added binomial likelihood
Also some changes to pass through Y_metadata, where it had previously
been (errorneously) omitted.
|
2015-03-05 10:26:02 +00:00 |
|
Mike Croucher
|
6d2393ae90
|
Various Py3 fixes
|
2015-03-04 03:22:44 +00:00 |
|
Mike Croucher
|
273beca272
|
Python 3 metaclass fix
|
2015-03-04 03:08:15 +00:00 |
|
Mike Croucher
|
35aec1c6d0
|
Various Python 3 fixes
|
2015-03-03 20:47:09 +00:00 |
|
Mike Croucher
|
4642f5ac2b
|
types.TupleType -> tuple fix for python 3
|
2015-03-03 17:54:05 +00:00 |
|
Mike Croucher
|
fff110ca19
|
im_self->__self__ fix for python 3
|
2015-03-03 17:51:54 +00:00 |
|
James Hensman
|
89b8b0d298
|
messy merge
|
2015-03-03 17:08:33 +00:00 |
|
James Hensman
|
965f1aa2cb
|
removed climin dependency unless actually needed
|
2015-03-03 17:04:15 +00:00 |
|
Mike Croucher
|
189647032a
|
iterkeys fix for Python 3
|
2015-03-03 11:05:59 +00:00 |
|
Mike Croucher
|
317706dfd0
|
Removed debugger set up command
|
2015-03-03 10:39:19 +00:00 |
|
Mike Croucher
|
fc43f6d313
|
Map fix for Python 3
|
2015-03-03 09:53:27 +00:00 |
|
Mike Croucher
|
a4c8bb5807
|
Changed refereences to iteritems() to items() for Py3 compat
|
2015-03-03 09:31:52 +00:00 |
|
Mike Croucher
|
57dd29a0f9
|
Updated README now that dict issues are fixed
|
2015-03-02 20:36:10 +00:00 |
|
Mike Croucher
|
7eff1d984f
|
Fixed 'dict changed size' errors
|
2015-03-02 20:35:19 +00:00 |
|
Mike Croucher
|
3faf345969
|
Import fixes for Py3
|
2015-03-02 20:22:04 +00:00 |
|
Mike Croucher
|
5607bd9a19
|
Various Py3 related import fixes
|
2015-03-02 20:13:21 +00:00 |
|
Mike Croucher
|
82722305c3
|
Changed refereences to iteritems() to items() for Py3 compat
|
2015-03-02 19:50:41 +00:00 |
|
Mike Croucher
|
46fc08a448
|
cPickle fix for Py3
|
2015-03-02 19:43:26 +00:00 |
|
Mike Croucher
|
6aca7c2765
|
Changed refereences to iteritems() to items() for Py3 compat
|
2015-03-02 19:39:50 +00:00 |
|
Mike Croucher
|
153a110a1d
|
Updated README.m to refelect recent Py3 work
|
2015-03-01 10:25:52 +00:00 |
|
Mike Croucher
|
34103ca37c
|
Commented out weave functions for Py3 support
|
2015-03-01 10:18:27 +00:00 |
|
Mike Croucher
|
a0dc90596c
|
Commented out weave functions for Py3 support
|
2015-03-01 10:17:21 +00:00 |
|
Mike Croucher
|
560950466d
|
itertools fixes from 2to3
|
2015-03-01 09:24:22 +00:00 |
|
Mike Croucher
|
8d66b7b4f0
|
Need to explicitly turn a range object to a list in for these tests
|
2015-02-28 19:15:46 +00:00 |
|
Mike Croucher
|
40f5f4b865
|
has_key has been removed from Python 3
|
2015-02-28 19:08:01 +00:00 |
|
Mike Croucher
|
e0d0f2e633
|
from functools import reduce for Py3 compat
|
2015-02-28 18:59:14 +00:00 |
|
Mike Croucher
|
358488cf5d
|
Ensure that object.__new__ never gets called with arguments
|
2015-02-28 18:50:58 +00:00 |
|
Mike Croucher
|
1c6796e73d
|
import reduce from functools for Py3 compat
|
2015-02-28 18:40:25 +00:00 |
|