| .. |
|
__init__.py
|
introduction for utils package
|
2020-06-18 14:41:06 +01:00 |
|
block_matrices.py
|
Python 3 fixes
|
2015-06-23 01:26:52 -07:00 |
|
choleskies.py
|
Refactor checking for cython availability
|
2017-11-16 20:29:49 -05:00 |
|
choleskies_cython.c
|
Rerun with cython 0.29.35 to fix Python 3.11 compatibility issues (#1020)
|
2023-09-23 12:59:59 -04:00 |
|
choleskies_cython.pyx
|
Merge pull request #708 from KOLANICH/cython_code_fix
|
2019-04-11 07:57:15 +01:00 |
|
classification.py
|
replace np.int by int
|
2023-10-16 21:20:17 +02:00 |
|
cluster_with_offset.py
|
Added threaded option - but this doesn't work due to the global interpreter lock
|
2016-08-04 12:31:36 +00:00 |
|
config.py
|
update config parser due to deprecated function usage
|
2023-12-02 15:48:47 +01:00 |
|
data_resources.json
|
[param_to_array] deprecated and removed param_to_array from code, use param.values instead
|
2014-10-06 08:59:24 +01:00 |
|
datasets.py
|
maint: Wrap very long lines (> 400 chars)
|
2020-06-24 16:22:19 +01:00 |
|
debug.py
|
[util] tests for util/debug.py
|
2016-03-10 12:07:23 +00:00 |
|
decorators.py
|
more cooooopyrighting
|
2014-11-21 12:10:50 +00:00 |
|
diag.py
|
[core] updating system, security branching
|
2015-09-02 09:06:17 +01:00 |
|
football_teams.json
|
Google trends and football data sets.
|
2014-03-13 15:59:11 +00:00 |
|
functions.py
|
[util] tests for util/debug.py
|
2016-03-10 12:07:23 +00:00 |
|
gpu_init.py
|
fix gpu initialziation
|
2016-02-09 17:22:38 +00:00 |
|
initialization.py
|
fix changes made to initializatino in #1078
|
2024-07-21 17:00:37 +02:00 |
|
input_warping_functions.py
|
Input warping using Kumar warping
|
2017-09-08 15:10:40 +02:00 |
|
linalg.py
|
Merge branch 'cython-fix' of git://github.com/jayanthkoushik/GPy into jayanthkoushik-cython-fix
|
2018-09-02 19:10:19 +01:00 |
|
linalg_cython.c
|
Rerun with cython 0.29.35 to fix Python 3.11 compatibility issues (#1020)
|
2023-09-23 12:59:59 -04:00 |
|
linalg_cython.pyx
|
ENH: various Cython enhancements, mostly releasing the GIL when not needed
|
2015-08-17 14:46:37 +02:00 |
|
linalg_gpu.py
|
changed gpu interface for mpi
|
2015-09-07 16:27:31 +01:00 |
|
ln_diff_erfs.py
|
[licensing] replaced licensing with BSD, and erfcx
|
2015-09-07 17:26:27 +01:00 |
|
misc.py
|
all tests passing
|
2015-04-28 16:04:02 +01:00 |
|
mocap.py
|
Use super().__init__ consistently, instead of sometimes calling base class __init__ directly
|
2020-06-18 15:32:59 +02:00 |
|
multioutput.py
|
replace np.int by int
|
2023-10-16 21:20:17 +02:00 |
|
netpbmfile.py
|
[brendan] netpbmfile
|
2014-06-30 10:26:05 -07:00 |
|
normalizer.py
|
Update GPy/util/normalizer.py
|
2021-05-19 18:52:40 +01:00 |
|
parallel.py
|
enhance optimize parallel
|
2015-11-12 15:11:20 +00:00 |
|
pca.py
|
[py3] iterator .next fixes
|
2016-06-22 09:01:28 +01:00 |
|
quad_integrate.py
|
adding file for gaussian-kronrod integration, test cases and calculating gradients of log marginal wrt theta-likelihood params
|
2017-08-10 11:14:40 +03:00 |
|
squashers.py
|
added copyright notice and license at the top
|
2012-11-29 16:39:20 +00:00 |
|
subarray_and_sorting.py
|
Python2->Python3
|
2016-06-09 14:50:53 +03:00 |
|
univariate_Gaussian.py
|
Changes in EP/EPDTC to fix numerical issues and increase the flexibility of the inference.
|
2017-06-01 11:59:04 +03:00 |
|
warping_functions.py
|
[warped stuff] plotting and normalizer in warped gps
|
2016-08-17 14:51:29 +01:00 |