GPy/GPy/core
2013-09-09 17:39:40 +01:00
..
__init__.py Implemented Mapping framework and associated linear and kernel mappings. This is needed for mean functions, back constrained GPLVM and the non-stationary Gibbs kernel. 2013-08-28 13:51:50 +02: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 Merged GP models 2013-09-09 17:39:40 +01:00
gp_base.py Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-08-21 09:53:55 +01:00
mapping.py Added mlp mapping (with possibility of having multiple layers). 2013-08-29 19:26:00 +02:00
model.py added print m and print m.all differentiation 2013-09-02 11:53:45 +01:00
parameterized.py added print m and print m.all differentiation 2013-09-02 11:53:45 +01:00
priors.py REFACTORING: model names, lowercase, classes uppercase 2013-06-05 13:02:03 +01:00
sparse_gp.py added print m and print m.all differentiation 2013-09-02 11:53:45 +01:00
svigp.py fixed target slicing bug in prod kernel 2013-08-21 09:53:49 +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