fastgps


Namefastgps JSON
Version 1.0 PyPI version JSON
download
home_pageNone
SummaryFast Gaussian processes regression in O(n log n)
upload_time2025-08-12 23:21:01
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords fast gaussian process regression low discrepancy quasi-random lattice digital net shift invariant digitally shift invariant
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # `FastGPs`: Fast Gaussian Process Regression Models in Python

[![](https://img.shields.io/badge/Docs-6b03fc)](https://alegresor.github.io/fastgps/)
[![](https://img.shields.io/badge/GitHub-15bfa9)](https://github.com/alegresor/fastgps)
[![PyPI Downloads](https://img.shields.io/pypi/dm/fastgps.svg?label=PyPI%20downloads)](https://pypi.org/project/fastgps/)

```bash
pip install fastgps
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "fastgps",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "fast, Gaussian, process, regression, low discrepancy, quasi-random, lattice, digital net, shift invariant, digitally shift invariant",
    "author": null,
    "author_email": "Aleksei G Sorokin <agsorokin3@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d4/d7/33babdaab85b656b910e6219377d5e58d04fce720ca2240d7442a24e85ef/fastgps-1.0.tar.gz",
    "platform": null,
    "description": "# `FastGPs`: Fast Gaussian Process Regression Models in Python\n\n[![](https://img.shields.io/badge/Docs-6b03fc)](https://alegresor.github.io/fastgps/)\n[![](https://img.shields.io/badge/GitHub-15bfa9)](https://github.com/alegresor/fastgps)\n[![PyPI Downloads](https://img.shields.io/pypi/dm/fastgps.svg?label=PyPI%20downloads)](https://pypi.org/project/fastgps/)\n\n```bash\npip install fastgps\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Fast Gaussian processes regression in O(n log n)",
    "version": "1.0",
    "project_urls": {
        "Documentation": "https://alegresor.github.io/fastgps/",
        "Issues": "https://github.com/alegresor/fastgps/issues",
        "Repository": "https://github.com/alegresor/fastgps"
    },
    "split_keywords": [
        "fast",
        " gaussian",
        " process",
        " regression",
        " low discrepancy",
        " quasi-random",
        " lattice",
        " digital net",
        " shift invariant",
        " digitally shift invariant"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0da1681a411dc86893f8b37120aff6f6de0898c91d8ac7354d8bcc254dade61f",
                "md5": "192238016b29a311dbe5f2272d09e101",
                "sha256": "a7e3d0652679c18017d49cb7bf4fc8d9c4c53dda3dfa4557ba081209554950ae"
            },
            "downloads": -1,
            "filename": "fastgps-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "192238016b29a311dbe5f2272d09e101",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 31726,
            "upload_time": "2025-08-12T23:21:00",
            "upload_time_iso_8601": "2025-08-12T23:21:00.917874Z",
            "url": "https://files.pythonhosted.org/packages/0d/a1/681a411dc86893f8b37120aff6f6de0898c91d8ac7354d8bcc254dade61f/fastgps-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4d733babdaab85b656b910e6219377d5e58d04fce720ca2240d7442a24e85ef",
                "md5": "87292a78f49a4ae74f83f4f8813cce7a",
                "sha256": "c26f04a72e1e135571e038a844c5ecae9c46bee269b19d10a3f963ad06278cb5"
            },
            "downloads": -1,
            "filename": "fastgps-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "87292a78f49a4ae74f83f4f8813cce7a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 24869,
            "upload_time": "2025-08-12T23:21:01",
            "upload_time_iso_8601": "2025-08-12T23:21:01.955647Z",
            "url": "https://files.pythonhosted.org/packages/d4/d7/33babdaab85b656b910e6219377d5e58d04fce720ca2240d7442a24e85ef/fastgps-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-12 23:21:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "alegresor",
    "github_project": "fastgps",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "fastgps"
}
        
Elapsed time: 1.17542s