Commit graph

82 commits

Author SHA1 Message Date
James Hensman
59cf0b3c9a some eidts to choleskies.pyx 2015-04-27 20:53:36 +01:00
Mike Croucher
e5587cf234 Used 'six' to support Py3 and Py2 simultaneously 2015-03-13 14:43:49 +00:00
Mike Croucher
560950466d itertools fixes from 2to3 2015-03-01 09:24:22 +00:00
Mike Croucher
1c6cfe2d81 Changed metaclass syntax to be Py3 compatible. This breaks Py2 compatibility 2015-02-28 11:54:11 +00:00
Mike Croucher
c4fb58176d Exception fixes for Python 3 compat 2015-02-26 13:33:39 +00:00
Mike Croucher
1521b3e260 Convert print to function for Python 3 compatibility. This breaks compatibility for versions of Python < 2.6 2015-02-26 08:11:11 +00:00
Mike Croucher
2ca24a88f5 More relative import fixes for Python 3 compatibility 2015-02-26 07:14:40 +00:00
Max Zwiessele
1c6cef44b6 [progress] show progress of optimization using optimize(itpython_notebook=True) 2015-01-13 11:49:40 +00:00
Max Zwiessele
b9b6ce91d8 [updates] now handled in observable, should have from the begining :/ 2015-01-13 09:45:11 +00:00
Max Zwiessele
869a5c4f92 [parent notification] is now priority -1000, instead of -inf 2015-01-12 13:17:34 +00:00
Max Zwiessele
ec42011617 [parameterized] print outs for ipython notebook 2015-01-12 11:33:31 +00:00
Max Zwiessele
35a33f94e8 [html print] more table based corrections for html printing 2014-12-05 16:23:50 +00:00
Max Zwiessele
0e0220921f [html repr] included css styling for html print outs 2014-12-05 11:13:18 +00:00
James Hensman
82dfe7590d copyrighting 2014-11-21 11:38:13 +00:00
Max Zwiessele
6242a75f6a [parameterized] handle updates inside init 2014-11-03 14:19:38 +00:00
Neil Lawrence
082ae150de Attempt to align numbers to right 2014-10-16 04:29:06 +01:00
Neil Lawrence
8fa890639e Display of models and params for the notebook. 2014-10-16 04:06:03 +01:00
Max Zwiessele
ac4dbb851d [#133] fix: chainging constraint in __init__ 2014-09-22 13:57:27 +01:00
Max Zwiessele
4543fc3480 [link|unlink_parameter] renaming add_parameter to link_parameter 2014-09-08 08:57:28 +01:00
mzwiessele
a358c51829 [printing] added model details for printing 2014-09-05 14:21:34 +01:00
mzwiessele
5f863e8ca2 [parameterization] Parameter adding more robust and better error handling 2014-08-15 08:40:17 -07:00
mzwiessele
d592f680f3 logging 2014-07-02 11:15:36 -07:00
mzwiessele
89f7f2dc73 [parameterized] init greatly improved 2014-07-02 09:17:14 -07:00
mzwiessele
8ef16f5529 [parameterized] bugfix: downstream parameters did not get constraint update on add_parameter 2014-06-30 09:20:56 -07:00
mzwiessele
cbcb0a9b99 [parameterized] adding parameters in hierarchy, did not update higher siblings 2014-06-30 08:18:05 -07:00
mzwiessele
3525e45b2f [copy] is now fully functional, only hierarchy observers will be copied and pickled 2014-05-23 11:11:21 +01:00
Max Zwiessele
01d6b91f90 [mrd] missing data implemented, and plotting better 2014-05-16 15:12:19 +01:00
Max Zwiessele
94c84a23a3 [mrd] plotting, init, inference etc. 2014-05-16 11:21:08 +01:00
Max Zwiessele
02b5ee1e46 [parameterized] restructered a lot and finalized some stuff 2014-05-15 11:29:20 +01:00
mzwiessele
851e63476c [pydot] build pydot with new observer list 2014-05-13 12:53:42 +01:00
Max Zwiessele
333e24a1c3 enabled some more getting/setting parameters, such as regular expressions and params 2014-04-15 16:06:40 +01:00
mzwiessele
04a889b3a9 making observables accessable 2014-04-04 13:47:02 +01:00
Max Zwiessele
439d66b67f minor changes bits and pieces 2014-03-31 14:12:13 +01:00
Max Zwiessele
f3b74fa85f pickling and caching 2014-03-31 12:45:09 +01:00
mzwiessele
9cf37ff104 started copy implementation, have to get rid of _getstate_ and _setstate_ 2014-03-26 15:03:06 +00:00
Max Zwiessele
401540cbf5 core updates 2014-03-24 11:22:31 +00:00
Max Zwiessele
a493dd085e Caching functions now take two arguments: self and which, which is the argument which started the update 2014-03-24 08:52:50 +00:00
Max Zwiessele
8f7d8537b7 whitespaces 2014-03-13 09:00:31 +00:00
Max Zwiessele
546d5dfff3 all parameters in memory 2014-03-10 08:21:13 +00:00
Max Zwiessele
0a82427e29 parameters once in memory 2014-03-05 10:45:35 +00:00
Max Zwiessele
0df263956f Dont call parameters_changed ever yourself anymore and parameters are now inplace once in memory 2014-03-04 17:32:46 +00:00
Max Zwiessele
a98334e009 logic edits for copy 2014-03-03 15:07:33 +00:00
Max Zwiessele
20e02e63a9 global gradient test done and some parameterized fixes 2014-02-28 16:58:24 +00:00
Max Zwiessele
47e4026141 hierarchy edits. adding removing parameters withing hierarchy 2014-02-28 16:18:47 +00:00
Max Zwiessele
2771e3f71f observer pattern has a handle to trigger only > min_priority observers 2014-02-28 11:33:31 +00:00
Max Zwiessele
999d2419dd observer pattern now tested and fully operational. needed the good night rest : ) 2014-02-28 08:58:34 +00:00
Max Zwiessele
9fa1a40ac3 Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-02-27 08:07:03 +00:00
Max Zwiessele
023203dc3a parent observer now static and always last 2014-02-27 08:07:00 +00:00
James Hensman
68f0af4deb fixes in the plotting and in the dot graphing 2014-02-26 17:13:47 +00:00
James Hensman
16e2fbd6cb pydot graphing half done 2014-02-26 15:54:43 +00:00