A lightweight library in JAX for Gaussian process with spherical kernels and sparse spherical harmonic inducing features.
PolynomialDecay
kernel with "continuous" depth.- Sparse orthogonal basis derived from
SphericalHarmonics
features with phase truncation.
pip install gpfy
Alternatively, you can install the latest GitHub develop
version.
First create a virtual enviroment via conda:
conda create -n gpfy_env python=3.10.0
conda activate gpfy_env
Then clone a copy of the repository to your local machine and run the setup configuration in development mode:
git clone https://github.com/stefanosele/GPfY.git
cd GPfY
make install
This will automatically install all required dependencies.
Finally you can check the installation via running the tests:
make test