GPy/GPy/core
2013-08-19 20:11:25 +02:00
..
__init__.py added robust pickling, switches to old behaviour, if get/setstate not implemented 2013-06-26 16:48:48 +01:00
domains.py added docstring to domains 2013-06-27 10:40:23 +01:00
fitc.py Factored out lapack into utils so we can check version and give deprecation warnings 2013-06-06 14:04:14 +01:00
gp.py Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-07-18 15:36:25 +01:00
gp_base.py Various doc string edits and consistency changes in comments. 2013-08-19 20:11:25 +02:00
model.py Various doc string edits and consistency changes in comments. 2013-08-19 20:11:25 +02:00
parameterized.py added value restoring if unpickling objects 2013-06-28 11:02:59 +01:00
priors.py REFACTORING: model names, lowercase, classes uppercase 2013-06-05 13:02:03 +01:00
sparse_gp.py constant jitter to Kmm, deleted some white kernels in models and examples 2013-08-02 16:36:51 +01:00
svigp.py Implemented smart pickling for svigp 2013-07-30 17:54:22 +01:00
transformations.py Modifications to transformations ... not sure which tests to run to make sure I haven't messed things up. New code avoids exponentiating values greater than -log(eps) or less than log(eps). Also changed negative code to call the positive code (I think they should inherit the positive code ... but maybe not. 2013-08-16 18:28:16 +01:00