# Gaussian Process API
Some ground work for Gaussian Processes / storing to HDF5 in a clean API.
For use examples, check out the Jupyter notebooks!
## Installation:
Method 1:
This will only work with python 3.7+, and on a computer with cholmod installed (suitesparse, libsuitesparse-dev, etc...).
```
python3 -m pip install gaussian-process-api
```
Method 2:
This should work on any computer with anaconda:
```
conda create --name gp-api python=3.9
conda activate gp-api
conda install -c conda-forge scikit-sparse
python3 -m pip install gaussian-process-api
python3 -m pip install --upgrade ipykernel
python3 -m ipykernel install --user --name "gp-api" --display-name "gp-api" # For jupyter
```
## Contributing
We are open to pull requests.
If you would like to make a contribution, please explain what changes you are making and why.
## License
[MIT](https://choosealicense.com/licenses/mit)
Raw data
{
"_id": null,
"home_page": null,
"name": "gaussian-process-api",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": "\"V. Delfavero\" <xevra86@gmail.com>",
"keywords": "astronomy, information analysis, machine learning, physics",
"author": "D. Wysocki, R. O'Shaughnessy",
"author_email": "\"V. Delfavero\" <xevra86@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/f8/9a/a197f22afb5c53b809e9d73bb2601544b18c286564bd6a750cf273d80a8a/gaussian_process_api-0.6.0.tar.gz",
"platform": null,
"description": "# Gaussian Process API\n\nSome ground work for Gaussian Processes / storing to HDF5 in a clean API.\n\nFor use examples, check out the Jupyter notebooks!\n\n## Installation:\n\nMethod 1:\n\nThis will only work with python 3.7+, and on a computer with cholmod installed (suitesparse, libsuitesparse-dev, etc...).\n```\npython3 -m pip install gaussian-process-api\n```\n\nMethod 2:\n\nThis should work on any computer with anaconda:\n```\nconda create --name gp-api python=3.9\nconda activate gp-api\nconda install -c conda-forge scikit-sparse\npython3 -m pip install gaussian-process-api\npython3 -m pip install --upgrade ipykernel\npython3 -m ipykernel install --user --name \"gp-api\" --display-name \"gp-api\" # For jupyter \n```\n\n## Contributing\n\nWe are open to pull requests. \n\nIf you would like to make a contribution, please explain what changes you are making and why.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit)\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Gaussian process code with C compiled kernel functions that have sparse matrix support",
"version": "0.6.0",
"project_urls": {
"Bug tracker": "https://gitlab.com/xevra/basil-core/issues",
"Homepage": "https://gitlab.com/xevra/basil-core"
},
"split_keywords": [
"astronomy",
" information analysis",
" machine learning",
" physics"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "f89aa197f22afb5c53b809e9d73bb2601544b18c286564bd6a750cf273d80a8a",
"md5": "fc0dc9146124c441cf8fb737d20b67f1",
"sha256": "14e7ba9f17ebf35a5239829619c117dfbbaa26fdc3fa0b7e39304a5be1a44fb0"
},
"downloads": -1,
"filename": "gaussian_process_api-0.6.0.tar.gz",
"has_sig": false,
"md5_digest": "fc0dc9146124c441cf8fb737d20b67f1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 3322556,
"upload_time": "2025-08-20T23:33:17",
"upload_time_iso_8601": "2025-08-20T23:33:17.462811Z",
"url": "https://files.pythonhosted.org/packages/f8/9a/a197f22afb5c53b809e9d73bb2601544b18c286564bd6a750cf273d80a8a/gaussian_process_api-0.6.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-20 23:33:17",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "xevra",
"gitlab_project": "basil-core",
"lcname": "gaussian-process-api"
}