GPy/GPy/models
2023-12-02 15:01:01 +01:00
..
__init__.py more on models 2020-06-18 14:41:06 +01:00
bayesian_gplvm.py [chaching] changing all chacher limits to 3 2016-03-07 11:37:22 +00:00
bayesian_gplvm_minibatch.py [minibatch] added coverage for branching, spottet bug in X_variance 2016-03-08 11:19:50 +00:00
bcgplvm.py Use super().__init__ consistently, instead of sometimes calling base class __init__ directly 2020-06-18 15:32:59 +02:00
dpgplvm.py dpgplvm.py: Fix typo in the header 2020-06-23 22:32:02 +01:00
gp_classification.py Use super().__init__ consistently, instead of sometimes calling base class __init__ directly 2020-06-18 15:32:59 +02:00
gp_coregionalized_regression.py Coregionalized regression bugfix (#824) 2020-04-08 16:00:20 +01:00
gp_grid_regression.py Removed SSM functionality - updated Kronecker grid case 2016-05-09 15:48:17 +02:00
gp_heteroscedastic_regression.py [testing] more restructuring, almost ready to ship, added some tests for testing with travis 2015-10-04 16:10:35 +01:00
gp_kronecker_gaussian_regression.py Merge pull request #829 from jbect/init-super 2020-06-19 11:16:43 +01:00
gp_multiout_regression.py rst "markup" 2020-06-18 14:41:05 +01:00
gp_multiout_regression_md.py Add error message for excess inducing points (#746) 2022-04-17 09:28:05 -07:00
gp_offset_regression.py Push just to rerun testing 2016-08-09 13:55:37 +01:00
gp_regression.py Basic framework for serializing GPy models 2017-09-11 12:18:01 +01:00
gp_var_gauss.py rst "markup" 2020-06-18 14:41:05 +01:00
gplvm.py Update GPLVM class to use metadata and output normalizers. 2021-05-19 18:52:40 +01:00
gradient_checker.py rst "markup" 2020-06-18 14:41:05 +01:00
ibp_lfm.py Updates for eq_ode1 and eq_ode2 kernels 2016-05-23 01:28:01 -05:00
input_warped_gp.py Input warping using Kumar warping 2017-09-08 15:10:40 +02:00
mrd.py self.num_data and self.input_dim are set dynamically in class GP() after the shape of X. In MRD, the user-specific values are passed around until X is defined. 2020-01-10 12:42:03 +00:00
multioutput_gp.py Enhance multioutput grad obs (#995) 2023-09-21 09:53:42 -04:00
one_vs_all_classification.py [paramz] fully integrated all tests running 2015-10-15 14:59:57 +01:00
one_vs_all_sparse_classification.py Convert print to function for Python 3 compatibility. This breaks compatibility for versions of Python < 2.6 2015-02-26 08:58:05 +00:00
sparse_gp_classification.py Use super().__init__ consistently, instead of sometimes calling base class __init__ directly 2020-06-18 15:32:59 +02:00
sparse_gp_coregionalized_regression.py replace np.int by int 2023-10-16 21:20:17 +02:00
sparse_gp_minibatch.py Use super().__init__ consistently, instead of sometimes calling base class __init__ directly 2020-06-18 15:32:59 +02:00
sparse_gp_regression.py Use super().__init__ consistently, instead of sometimes calling base class __init__ directly 2020-06-18 15:32:59 +02:00
sparse_gp_regression_md.py maint: Wrap very long lines (> 450 chars) 2020-06-24 16:22:19 +01:00
sparse_gplvm.py Use super().__init__ consistently, instead of sometimes calling base class __init__ directly 2020-06-18 15:32:59 +02:00
ss_gplvm.py Update ss_gplvm.py 2017-01-29 11:38:13 +00:00
ss_mrd.py replace np.int by int 2023-10-16 21:20:17 +02:00
state_space.py fix: Fixed numpy 1.12 indexing and shape preservation 2017-02-23 14:45:18 +00:00
state_space_cython.c Rerun with cython 0.29.35 to fix Python 3.11 compatibility issues (#1020) 2023-09-23 12:59:59 -04:00
state_space_cython.pyx type fixed - Q_square_root_dict 2019-01-10 11:57:00 +00:00
state_space_main.py replace collections iterable by typing iterable 2023-12-02 15:01:01 +01:00
state_space_model.py SDE: removed some unnecessary comments. 2017-06-13 22:59:33 +03:00
state_space_setup.py FIX: SDE inference. Couple of bug fixes and minor syntactic madifications. 2016-03-15 17:33:57 +02:00
tp_regression.py new: Student-t processes #525 2018-09-02 21:29:08 +01:00
warped_gp.py [warped stuff] plotting and normalizer in warped gps 2016-08-17 14:51:29 +01:00