gpfy


Namegpfy JSON
Version 0.0.2 PyPI version JSON
download
home_pageNone
SummaryGaussian process with spherical harmonic features in JAX
upload_time2024-03-29 15:30:39
maintainerNone
docs_urlNone
authorNone
requires_python<=3.11,>=3.8
licenseApache-2.0
keywords gaussian process spherical harmonics jax
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # $GP \mathcal{f} Y_\ell^m$

A lightweight library in JAX for Gaussian process with spherical kernels and sparse spherical harmonic inducing features.

$GP \mathcal{f} Y_\ell^m$ is based on the simple [flax.struct](https://github.com/google/flax/blob/main/flax/struct.py) dataclass. It implements [(Eleftheriadis et al. 2023)](https://arxiv.org/abs/2303.15948), which revisits the Sparse Gaussian Process with Spherical Harmonic features from [Dutordoir et al. 2020](http://proceedings.mlr.press/v119/dutordoir20a.html), and introduces:

1. `PolynomialDecay` kernel with "continuous" depth.
2. Sparse orthogonal basis derived from `SphericalHarmonics` features with phase truncation.

## Installation

### Latest (stable) release from PyPI

```bash
pip install gpfy
```

### Development version
Alternatively, you can install the latest GitHub `develop` version.
First create a virtual enviroment via conda:
```bash
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:
```bash
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:
```bash
make test
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "gpfy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<=3.11,>=3.8",
    "maintainer_email": null,
    "keywords": "gaussian process, spherical harmonics, jax",
    "author": null,
    "author_email": "Stefanos Eleftheriadis <stelefth@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/09/c8/b1515a759cda759eef398d9d6d0539f5f45371148f22da2cc88cec15b44e/gpfy-0.0.2.tar.gz",
    "platform": null,
    "description": "# $GP \\mathcal{f} Y_\\ell^m$\n\nA lightweight library in JAX for Gaussian process with spherical kernels and sparse spherical harmonic inducing features.\n\n$GP \\mathcal{f} Y_\\ell^m$ is based on the simple [flax.struct](https://github.com/google/flax/blob/main/flax/struct.py) dataclass. It implements [(Eleftheriadis et al. 2023)](https://arxiv.org/abs/2303.15948), which revisits the Sparse Gaussian Process with Spherical Harmonic features from [Dutordoir et al. 2020](http://proceedings.mlr.press/v119/dutordoir20a.html), and introduces:\n\n1. `PolynomialDecay` kernel with \"continuous\" depth.\n2. Sparse orthogonal basis derived from `SphericalHarmonics` features with phase truncation.\n\n## Installation\n\n### Latest (stable) release from PyPI\n\n```bash\npip install gpfy\n```\n\n### Development version\nAlternatively, you can install the latest GitHub `develop` version.\nFirst create a virtual enviroment via conda:\n```bash\nconda create -n gpfy_env python=3.10.0\nconda activate gpfy_env\n```\n\nThen clone a copy of the repository to your local machine and run the setup configuration in development mode:\n```bash\ngit clone https://github.com/stefanosele/GPfY.git\ncd GPfY\nmake install\n```\nThis will automatically install all required dependencies.\n\nFinally you can check the installation via running the tests:\n```bash\nmake test\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Gaussian process with spherical harmonic features in JAX",
    "version": "0.0.2",
    "project_urls": null,
    "split_keywords": [
        "gaussian process",
        " spherical harmonics",
        " jax"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2484af1ee7339b8a19eda33b55e4f90b3467e9c0b4f1d4ea9e5d54b971c3c9f",
                "md5": "64efccfb9f638f6a50d2b5d499182916",
                "sha256": "06e418b0374d7a6dabef923479b2b2ccbee810c748cf820785ef08252d40d9bb"
            },
            "downloads": -1,
            "filename": "gpfy-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "64efccfb9f638f6a50d2b5d499182916",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<=3.11,>=3.8",
            "size": 2924016,
            "upload_time": "2024-03-29T15:30:35",
            "upload_time_iso_8601": "2024-03-29T15:30:35.451415Z",
            "url": "https://files.pythonhosted.org/packages/e2/48/4af1ee7339b8a19eda33b55e4f90b3467e9c0b4f1d4ea9e5d54b971c3c9f/gpfy-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09c8b1515a759cda759eef398d9d6d0539f5f45371148f22da2cc88cec15b44e",
                "md5": "7f6f7e441ba238782f40398395c42e4b",
                "sha256": "4750a5665704a661bd439a9cff7f2da8861536553e0b17467f707161db442d73"
            },
            "downloads": -1,
            "filename": "gpfy-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "7f6f7e441ba238782f40398395c42e4b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<=3.11,>=3.8",
            "size": 2920857,
            "upload_time": "2024-03-29T15:30:39",
            "upload_time_iso_8601": "2024-03-29T15:30:39.933175Z",
            "url": "https://files.pythonhosted.org/packages/09/c8/b1515a759cda759eef398d9d6d0539f5f45371148f22da2cc88cec15b44e/gpfy-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-29 15:30:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "gpfy"
}
        
Elapsed time: 0.21888s