mly-pipeline


Namemly-pipeline JSON
Version 1.1.1 PyPI version JSON
download
home_pageNone
SummarySearch pipeline to run online and offline GW searches with mly package.
upload_time2024-09-17 09:26:00
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords ml gravitational waves bursts
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MLy-Pipeline

All-Sky burst search framework to use machine learning models.

## Installation

Create an virtual python environment with python version 3.8 to 3.10. 
Then install the hermes submodules that are used by the pipeline and currently are not on pypl
```bash
pip install "git+https://github.com/ML4GW/hermes.git@12e19f1#subdirectory=hermes/hermes.aeriel"
pip install "git+https://github.com/ML4GW/hermes.git@12e19f1#subdirectory=hermes/hermes.quiver"
pip install "git+https://github.com/ML4GW/hermes.git@12e19f1#subdirectory=hermes/hermes.stillwater"
```

Finally install the module
```bash
pip install mly-pipeline
```

## Usage

For the full documentation and usesage examples please refer to here: https://ldas-jobs.ligo.caltech.edu/~vasileios.skliris/mly-documentation/html/index.html

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mly-pipeline",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "ml, gravitational waves, bursts",
    "author": null,
    "author_email": "Vasileios SKliris <sklirisv@cardiff.ac.uk>",
    "download_url": "https://files.pythonhosted.org/packages/2f/93/fbc9de9dd823222dd62a8ce083adeea035edea8dcdf7613bdfe6c80976a1/mly_pipeline-1.1.1.tar.gz",
    "platform": null,
    "description": "# MLy-Pipeline\n\nAll-Sky burst search framework to use machine learning models.\n\n## Installation\n\nCreate an virtual python environment with python version 3.8 to 3.10. \nThen install the hermes submodules that are used by the pipeline and currently are not on pypl\n```bash\npip install \"git+https://github.com/ML4GW/hermes.git@12e19f1#subdirectory=hermes/hermes.aeriel\"\npip install \"git+https://github.com/ML4GW/hermes.git@12e19f1#subdirectory=hermes/hermes.quiver\"\npip install \"git+https://github.com/ML4GW/hermes.git@12e19f1#subdirectory=hermes/hermes.stillwater\"\n```\n\nFinally install the module\n```bash\npip install mly-pipeline\n```\n\n## Usage\n\nFor the full documentation and usesage examples please refer to here: https://ldas-jobs.ligo.caltech.edu/~vasileios.skliris/mly-documentation/html/index.html\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Search pipeline to run online and offline GW searches with mly package.",
    "version": "1.1.1",
    "project_urls": null,
    "split_keywords": [
        "ml",
        " gravitational waves",
        " bursts"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "880bddc614a6ec7a7c6e515098d274b40ec37102cf5b78d309c73c53efa97ad5",
                "md5": "2f79015263a83763ce368649cfa1ff30",
                "sha256": "5d26309f19108aa95a01b843b5692b9c858f6b36dfd60b3790e5243acd91b850"
            },
            "downloads": -1,
            "filename": "mly_pipeline-1.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2f79015263a83763ce368649cfa1ff30",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 82054,
            "upload_time": "2024-09-17T09:25:58",
            "upload_time_iso_8601": "2024-09-17T09:25:58.841678Z",
            "url": "https://files.pythonhosted.org/packages/88/0b/ddc614a6ec7a7c6e515098d274b40ec37102cf5b78d309c73c53efa97ad5/mly_pipeline-1.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f93fbc9de9dd823222dd62a8ce083adeea035edea8dcdf7613bdfe6c80976a1",
                "md5": "a3e1fa356499406ee8f50e04045cebd0",
                "sha256": "cb49047f1e4302151eafdde9b2874563b76d101ac6fe76db0c267c74b1478595"
            },
            "downloads": -1,
            "filename": "mly_pipeline-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a3e1fa356499406ee8f50e04045cebd0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 87351,
            "upload_time": "2024-09-17T09:26:00",
            "upload_time_iso_8601": "2024-09-17T09:26:00.814015Z",
            "url": "https://files.pythonhosted.org/packages/2f/93/fbc9de9dd823222dd62a8ce083adeea035edea8dcdf7613bdfe6c80976a1/mly_pipeline-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-17 09:26:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "mly-pipeline"
}
        
Elapsed time: 0.38046s