fvgp


Namefvgp JSON
Version 4.2.12 PyPI version JSON
download
home_pageNone
SummaryPython package for highly flexible function-valued Gaussian processes (fvGP)
upload_time2024-06-21 17:16:07
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
license*** License Agreement *** GPL v3 License fvGP Copyright (c) 2021, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords adaptive autonomous gui qt self driving
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # fvGP

[![PyPI](https://img.shields.io/pypi/v/fvGP)](https://pypi.org/project/fvgp/)
[![Documentation Status](https://readthedocs.org/projects/gpcam/badge/?version=latest)](https://gpcam.readthedocs.io/en/latest/?badge=latest)
[![fvGP CI](https://github.com/lbl-camera/fvGP/actions/workflows/fvGP-CI.yml/badge.svg)](https://github.com/lbl-camera/fvGP/actions/workflows/fvGP-CI.yml)
[![Codecov](https://img.shields.io/codecov/c/github/lbl-camera/fvGP)](https://app.codecov.io/gh/lbl-camera/fvGP)
[![PyPI - License](https://img.shields.io/badge/license-GPL%20v3-lightgrey)](https://pypi.org/project/fvgp/)
[<img src="https://img.shields.io/badge/slack-@gpCAM-purple.svg?logo=slack">](https://gpCAM.slack.com/)
[![DOI](https://zenodo.org/badge/434769505.svg)](https://zenodo.org/badge/latestdoi/434769505)


Python package for highly flexible function-valued Gaussian processes (fvGP)

It is recommended to use this package via [gpCAM](https://gpcam.lbl.gov/).

Specialties: Extreme-Scale GPs, GPs Tailored for HPC training, Advanced Kernel Designs, Domain-Aware Stochastic Function Approximation
Coming soon: All those advancements for stochastic manifold learning

fvGP holds the world record for exact large-scale Gaussian Processes!
## Credits

This package uses the HGDL package of David Perryman and Marcus Noack, which
is based on the [HGDN](https://www.sciencedirect.com/science/article/pii/S037704271730225X) algorithm by Noack and Funke.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "fvgp",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Marcus Michael Noack <MarcusNoack@lbl.gov>, \"Ronald J. Pandolfi\" <ronpandolfi@lbl.gov>",
    "keywords": "adaptive, autonomous, gui, qt, self driving",
    "author": null,
    "author_email": "Marcus Michael Noack <MarcusNoack@lbl.gov>, \"Ronald J. Pandolfi\" <ronpandolfi@lbl.gov>",
    "download_url": "https://files.pythonhosted.org/packages/93/a3/a4d78499864c0f66b3dd34cee5ed67bfbd80925f04561b99198e7505590e/fvgp-4.2.12.tar.gz",
    "platform": null,
    "description": "# fvGP\n\n[![PyPI](https://img.shields.io/pypi/v/fvGP)](https://pypi.org/project/fvgp/)\n[![Documentation Status](https://readthedocs.org/projects/gpcam/badge/?version=latest)](https://gpcam.readthedocs.io/en/latest/?badge=latest)\n[![fvGP CI](https://github.com/lbl-camera/fvGP/actions/workflows/fvGP-CI.yml/badge.svg)](https://github.com/lbl-camera/fvGP/actions/workflows/fvGP-CI.yml)\n[![Codecov](https://img.shields.io/codecov/c/github/lbl-camera/fvGP)](https://app.codecov.io/gh/lbl-camera/fvGP)\n[![PyPI - License](https://img.shields.io/badge/license-GPL%20v3-lightgrey)](https://pypi.org/project/fvgp/)\n[<img src=\"https://img.shields.io/badge/slack-@gpCAM-purple.svg?logo=slack\">](https://gpCAM.slack.com/)\n[![DOI](https://zenodo.org/badge/434769505.svg)](https://zenodo.org/badge/latestdoi/434769505)\n\n\nPython package for highly flexible function-valued Gaussian processes (fvGP)\n\nIt is recommended to use this package via [gpCAM](https://gpcam.lbl.gov/).\n\nSpecialties: Extreme-Scale GPs, GPs Tailored for HPC training, Advanced Kernel Designs, Domain-Aware Stochastic Function Approximation\nComing soon: All those advancements for stochastic manifold learning\n\nfvGP holds the world record for exact large-scale Gaussian Processes!\n## Credits\n\nThis package uses the HGDL package of David Perryman and Marcus Noack, which\nis based on the [HGDN](https://www.sciencedirect.com/science/article/pii/S037704271730225X) algorithm by Noack and Funke.\n",
    "bugtrack_url": null,
    "license": "*** License Agreement ***  GPL v3 License  fvGP Copyright (c) 2021, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.  This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.  You should have received a copy of the GNU General Public License along with this program.  If not, see <https://www.gnu.org/licenses/>.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
    "summary": "Python package for highly flexible function-valued Gaussian processes (fvGP)",
    "version": "4.2.12",
    "project_urls": {
        "Bug Tracker": "https://github.com/lbl-camera/fvgp/issues",
        "Changelog": "https://github.com/lbl-camera/fvgp/commits/master/",
        "Documentation": "https://fvgp.readthedocs.io/",
        "Homepage": "https://github.com/lbl-camera/fvgp",
        "Repository": "https://github.com/lbl-camera/fvgp.git"
    },
    "split_keywords": [
        "adaptive",
        " autonomous",
        " gui",
        " qt",
        " self driving"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d78d5dc0a2e37500eb319051b696d3b9b4c22e2e24f78562f18b90455ec8b3f0",
                "md5": "7bededa29eed04a4b1f92ce8ad288bd3",
                "sha256": "cfff3c89f7f4ad82b97ae780b41a651a6389ba0c764098e64cdcfe1ce81c12ae"
            },
            "downloads": -1,
            "filename": "fvgp-4.2.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7bededa29eed04a4b1f92ce8ad288bd3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 63163,
            "upload_time": "2024-06-21T17:15:20",
            "upload_time_iso_8601": "2024-06-21T17:15:20.195734Z",
            "url": "https://files.pythonhosted.org/packages/d7/8d/5dc0a2e37500eb319051b696d3b9b4c22e2e24f78562f18b90455ec8b3f0/fvgp-4.2.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93a3a4d78499864c0f66b3dd34cee5ed67bfbd80925f04561b99198e7505590e",
                "md5": "3e0f8b25e60633da6d7f5cc699128796",
                "sha256": "1d1d23c3ca3f686caaa8888b559a1e2fb98798a69ab659e52f0ce6f64d42dbe5"
            },
            "downloads": -1,
            "filename": "fvgp-4.2.12.tar.gz",
            "has_sig": false,
            "md5_digest": "3e0f8b25e60633da6d7f5cc699128796",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 56993,
            "upload_time": "2024-06-21T17:16:07",
            "upload_time_iso_8601": "2024-06-21T17:16:07.339016Z",
            "url": "https://files.pythonhosted.org/packages/93/a3/a4d78499864c0f66b3dd34cee5ed67bfbd80925f04561b99198e7505590e/fvgp-4.2.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-21 17:16:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lbl-camera",
    "github_project": "fvgp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "fvgp"
}
        
Elapsed time: 0.34541s