Skip to content

Releases: nobodyPerfecZ/py-gaussian

Release v0.0.2

10 Dec 14:58
Compare
Choose a tag to compare

Release v0.0.2

New:

  • Implementation of new kernels (Linear, Polynomial, ...)

Improvements:

  • .fit() / .predict() are now more numerical stable by moving the standard implementation to a more numerical stable one.

Bug Fixes:

  • Smaller bug fixes

Release v0.0.1

21 Oct 09:13
Compare
Choose a tag to compare

Release v0.0.1

New:

  • Initial release for PyGaussian to perform Machine Learning with Gaussian Processes

Improvements:

  • None

Bug Fixes:

  • None