heron-model


Nameheron-model JSON
Version 0.2.5 PyPI version JSON
download
home_pagehttps://github.com/transientlunatic/heron
SummaryHeron is a machine learning package for Python
upload_time2019-08-26 17:00:02
maintainer
docs_urlNone
authorDaniel Williams
requires_python
licenseISCL
keywords heron
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            =====
Heron
=====


The ``heron`` package is a python library for using Gaussian Process Regression (GPR) to emulate functions which are expensive to 

It was originally built for producing a surrogate model for numerical
relativity waveforms from binary black hole coalesences, but the code
should be sufficiently general to allow other surrogate models to be
built.

In order to handle very large models, ``heron`` can use the `george`_
python package to generate the underlying Gaussian Process, which can
handle very large models thanks to its use of a hierarchical matrix
inverter.

..

Features
--------

* Single-valued function surrogate production from multivalued inputs
* Handling very large datasets.

.. _george: http://dan.iel.fm/george/
.. _emcee: http://dan.iel.fm/emcee/


=======
History
=======

0.1.0 (2016-1-22)
------------------

* First release on PyPI.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/transientlunatic/heron",
    "name": "heron-model",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "heron",
    "author": "Daniel Williams",
    "author_email": "daniel.williams@ligo.org",
    "download_url": "",
    "platform": "",
    "description": "=====\nHeron\n=====\n\n\nThe ``heron`` package is a python library for using Gaussian Process Regression (GPR) to emulate functions which are expensive to \n\nIt was originally built for producing a surrogate model for numerical\nrelativity waveforms from binary black hole coalesences, but the code\nshould be sufficiently general to allow other surrogate models to be\nbuilt.\n\nIn order to handle very large models, ``heron`` can use the `george`_\npython package to generate the underlying Gaussian Process, which can\nhandle very large models thanks to its use of a hierarchical matrix\ninverter.\n\n..\n\nFeatures\n--------\n\n* Single-valued function surrogate production from multivalued inputs\n* Handling very large datasets.\n\n.. _george: http://dan.iel.fm/george/\n.. _emcee: http://dan.iel.fm/emcee/\n\n\n=======\nHistory\n=======\n\n0.1.0 (2016-1-22)\n------------------\n\n* First release on PyPI.\n\n\n",
    "bugtrack_url": null,
    "license": "ISCL",
    "summary": "Heron is a machine learning package for Python",
    "version": "0.2.5",
    "project_urls": {
        "Homepage": "https://github.com/transientlunatic/heron"
    },
    "split_keywords": [
        "heron"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17a08f2f6d7a10ffb8f4495f44e795a994816deac58ccf0c07b11e2830b0444d",
                "md5": "d7d3baab523bd4310ca40072aa5573ca",
                "sha256": "8ce032d0c5cc2836c0869b28714bb99357c246c5b144530650117595ebc89fde"
            },
            "downloads": -1,
            "filename": "heron_model-0.2.5-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d7d3baab523bd4310ca40072aa5573ca",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 200215,
            "upload_time": "2019-08-26T17:00:02",
            "upload_time_iso_8601": "2019-08-26T17:00:02.383643Z",
            "url": "https://files.pythonhosted.org/packages/17/a0/8f2f6d7a10ffb8f4495f44e795a994816deac58ccf0c07b11e2830b0444d/heron_model-0.2.5-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-08-26 17:00:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "transientlunatic",
    "github_project": "heron",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "tox": true,
    "lcname": "heron-model"
}
        
Elapsed time: 0.14471s