0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 02, 2025 — Jan 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
pep8 noodling More... over 15 years ago
Added more contours to the classification example More... almost 16 years ago
Added files for doing binary classification. Also small changes in existing files, and a 'checkgrad' function, for testing gradients. More... almost 16 years ago
started to incorporate GPLVM code - not hooked up to the module structure yet More... about 16 years ago
changed Arguments to Parameters in the docstrings to be consistent with the numpy docstring standards - this becomes important when we want to build the documentation using sphinx + numpydoc More... about 16 years ago
added an example of how to do GP regression with a discontinuity - should this be an example, rather than a test? More... about 16 years ago
Made the univariate kernel return an array of gradients instead of a list More... about 16 years ago
Added a cpnstant to the prior on the kernel parameters More... about 16 years ago
fixed the scaling of the samples from the posterior - I think the prior samples are still TODO More... about 16 years ago
made the full_RBF kernel return an array of gradients - working toward broadcasting More... about 16 years ago
started to introduce a prior mean function into the basic_regression code. Currently only sampling from the prior GP uses this, but I guess it should slowly move into the rest of the code... More... about 16 years ago
updated RBF to accept 1D arrays More... about 16 years ago
test_GP.py : removed some unnecessary debugging stuff More... about 16 years ago
* sorted intra-package imports (check out the funky relative import statement) * added (the start of) a sample() method to pyGP.GP - not sure if it makes sense yet More... about 16 years ago
created a testing file, due largely to constraints on inter-package imports. We should probably be writing proper tests sooner or later anyway. They'll live in pyGP/src/testing (for now at least) More... about 16 years ago
docstring and PEP8 noodling More... about 16 years ago
setting up __init__.py for the modules More... about 16 years ago
renamed polymonial.py to its correct spelling because I'm picky like that and couldn't just not do it More... about 16 years ago
univariate_RBF.py : docstringtastic noodling More... about 16 years ago
just seeing if I can make changes... More... about 16 years ago
adding GPL More... about 16 years ago
Imported GP code from python GPLVM new file: src/pyGP/regression/basic_regression.py More... about 16 years ago
importing some kernels code from pyGPLVM More... about 16 years ago
directory stubs More... about 16 years ago
first vommit, a README More... about 16 years ago