fastgps


Namefastgps JSON
Version 0.0.2 PyPI version JSON
download
home_pageNone
SummaryFast Gaussian processes regression in O(n log n)
upload_time2025-04-25 23:10:03
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-15b01a)](https://alegresor.github.io/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/b3/46/d10a40fa72154ee9698df9231a6c4cb889795dc8ea28337b62087f604f54/fastgps-0.0.2.tar.gz",
    "platform": null,
    "description": "# `FastGPs`: Fast Gaussian Process Regression Models in Python\n\n[![](https://img.shields.io/badge/docs-15b01a)](https://alegresor.github.io/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": "0.0.2",
    "project_urls": {
        "Documentation": "https://alegresor.github.io/fastgps/",
        "Homepage": "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": "c943fe8478bf1eea88623e40537790f7a5af196b8f1a421e1a900cc2ed75cd75",
                "md5": "4a257eedfd02870b593a64c946da2e19",
                "sha256": "78d4c106f943fcecb60a16e619d38d42a23679a5392682b231a517e2ced43518"
            },
            "downloads": -1,
            "filename": "fastgps-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4a257eedfd02870b593a64c946da2e19",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 33299,
            "upload_time": "2025-04-25T23:10:02",
            "upload_time_iso_8601": "2025-04-25T23:10:02.064236Z",
            "url": "https://files.pythonhosted.org/packages/c9/43/fe8478bf1eea88623e40537790f7a5af196b8f1a421e1a900cc2ed75cd75/fastgps-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b346d10a40fa72154ee9698df9231a6c4cb889795dc8ea28337b62087f604f54",
                "md5": "4b4b1d3c0fccc32293563e0effbfb877",
                "sha256": "3cf0e168673dd6a19f89d39b0426985cb4bc69f0a63e66d7855e0d80eb316ad6"
            },
            "downloads": -1,
            "filename": "fastgps-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "4b4b1d3c0fccc32293563e0effbfb877",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 25791,
            "upload_time": "2025-04-25T23:10:03",
            "upload_time_iso_8601": "2025-04-25T23:10:03.509214Z",
            "url": "https://files.pythonhosted.org/packages/b3/46/d10a40fa72154ee9698df9231a6c4cb889795dc8ea28337b62087f604f54/fastgps-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-04-25 23:10:03",
    "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.27894s