Releases: nobodyPerfecZ/py-gaussian
Releases · nobodyPerfecZ/py-gaussian
Release v0.0.2
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
Release v0.0.1
New:
- Initial release for PyGaussian to perform Machine Learning with Gaussian Processes
Improvements:
- None
Bug Fixes:
- None