Skip to content

Releases: patel-zeel/skgpytorch

v0.2.0

17 Feb 12:07
Compare
Choose a tag to compare
  • Cleared some glitches
  • Added two models: SGPRRegressor and SVGPRegressor

v0.1.6

06 Feb 14:23
Compare
Choose a tag to compare

Minor fixes. Fall back to faiss CPU. GPU limit is n<=2048.

v0.1.5

05 Feb 13:10
Compare
Choose a tag to compare
  • Add CPU support for faiss

v0.1.4

05 Feb 12:37
Compare
Choose a tag to compare
  • Added batch support with faiss.

Note: make sure to install faiss with the correct Cuda library to support GPU.

Fix dependency

15 Jan 20:18
Compare
Choose a tag to compare
v0.1.3.post2

minor fix

Adapt name change

15 Jan 19:13
Compare
Choose a tag to compare
v0.1.3.post1

update req

Supports nsgp_torch

15 Jan 18:31
Compare
Choose a tag to compare
  • New model ExactNSGPRegressor added.

Cuda support

05 Jan 15:41
Compare
Choose a tag to compare
  • cuda support
  • Multiple restarts with random initialization in fit method
  • Added an Example in README
  • Simplified metrics internals
    • Added mean_squared_error

Autoversion

10 Dec 07:44
Compare
Choose a tag to compare
v0.1.1.post1

update CI

Initial

10 Dec 05:53
Compare
Choose a tag to compare
v0.1.1

fix bayesian_benchmarks