Name | napari-xgboost JSON |
Version |
0.1.0
JSON |
| download |
home_page | None |
Summary | A plugin for pixel classification using XGBoost |
upload_time | 2024-07-05 09:26:25 |
maintainer | None |
docs_url | None |
author | Robert Haase |
requires_python | >=3.9 |
license | Copyright (c) 2024, Robert Haase, ScaDS.AI, Uni Leipzig All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. 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 HOLDER 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 |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# napari-xgboost
[![License BSD-3](https://img.shields.io/pypi/l/napari-xgboost.svg?color=green)](https://github.com/haesleinhuepf/napari-xgboost/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/napari-xgboost.svg?color=green)](https://pypi.org/project/napari-xgboost)
[![Python Version](https://img.shields.io/pypi/pyversions/napari-xgboost.svg?color=green)](https://python.org)
[![tests](https://github.com/haesleinhuepf/napari-xgboost/workflows/tests/badge.svg)](https://github.com/haesleinhuepf/napari-xgboost/actions)
[![codecov](https://codecov.io/gh/haesleinhuepf/napari-xgboost/branch/main/graph/badge.svg)](https://codecov.io/gh/haesleinhuepf/napari-xgboost)
[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-xgboost)](https://napari-hub.org/plugins/napari-xgboost)
A plugin for pixel classification using [XGBoost](https://xgboost.readthedocs.io/en/stable/), inspired by [Digital Sreeni's Youtube video](https://www.youtube.com/watch?v=yqkNslkzLk4).
Note: This plugin is work-in-progress. Check out the [github issues](https://github.com/haesleinhuepf/napari-xgboost/issues) to see what's currently being worked on.
## Usage
Load an example image into napari. Add a Labels layer by clicking on this button:
![img.png](https://github.com/haesleinhuepf/napari-xgboost/raw/main/docs/images/img.png)
Then, draw a sparse annotation on the image. Try to draw thin lines on background and foreground, e.g. like this:
![img_1.png](https://github.com/haesleinhuepf/napari-xgboost/raw/main/docs/images/img_1.png)
Then click the menu `Layers > Segment > Train Pixel Classifier (XGBoost)`.
![img_2.png](https://github.com/haesleinhuepf/napari-xgboost/raw/main/docs/images/img_2.png)
In the dialog, select the original image and the labels layer. Also enter a filename where the model should be saved.
Afterwards, click on `Run` to explore the result.
![img_3.png](https://github.com/haesleinhuepf/napari-xgboost/raw/main/docs/images/img_3.png)
## Installation
You can install `napari-xgboost` via [pip]:
pip install napari-xgboost
To install latest development version :
pip install git+https://github.com/haesleinhuepf/napari-xgboost.git
## Contributing
Contributions are very welcome. Tests can be run with [tox], please ensure
the coverage at least stays the same before you submit a pull request.
## License
Distributed under the terms of the [BSD-3] license,
"napari-xgboost" is free and open source software
## Issues
If you encounter any problems, please [file an issue] along with a detailed description.
[napari]: https://github.com/napari/napari
[Cookiecutter]: https://github.com/audreyr/cookiecutter
[@napari]: https://github.com/napari
[MIT]: http://opensource.org/licenses/MIT
[BSD-3]: http://opensource.org/licenses/BSD-3-Clause
[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt
[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt
[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0
[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt
[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin
[file an issue]: https://github.com/haesleinhuepf/napari-xgboost/issues
[napari]: https://github.com/napari/napari
[tox]: https://tox.readthedocs.io/en/latest/
[pip]: https://pypi.org/project/pip/
[PyPI]: https://pypi.org/
Raw data
{
"_id": null,
"home_page": null,
"name": "napari-xgboost",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Robert Haase",
"author_email": "robert.haase@uni-leipzig.de",
"download_url": "https://files.pythonhosted.org/packages/fa/bb/7215c26f474c3a88f498bc6d741ab23f289616c9fd3b1feeda8edca37fed/napari_xgboost-0.1.0.tar.gz",
"platform": null,
"description": "# napari-xgboost\r\n\r\n[![License BSD-3](https://img.shields.io/pypi/l/napari-xgboost.svg?color=green)](https://github.com/haesleinhuepf/napari-xgboost/raw/main/LICENSE)\r\n[![PyPI](https://img.shields.io/pypi/v/napari-xgboost.svg?color=green)](https://pypi.org/project/napari-xgboost)\r\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-xgboost.svg?color=green)](https://python.org)\r\n[![tests](https://github.com/haesleinhuepf/napari-xgboost/workflows/tests/badge.svg)](https://github.com/haesleinhuepf/napari-xgboost/actions)\r\n[![codecov](https://codecov.io/gh/haesleinhuepf/napari-xgboost/branch/main/graph/badge.svg)](https://codecov.io/gh/haesleinhuepf/napari-xgboost)\r\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-xgboost)](https://napari-hub.org/plugins/napari-xgboost)\r\n\r\nA plugin for pixel classification using [XGBoost](https://xgboost.readthedocs.io/en/stable/), inspired by [Digital Sreeni's Youtube video](https://www.youtube.com/watch?v=yqkNslkzLk4).\r\n\r\nNote: This plugin is work-in-progress. Check out the [github issues](https://github.com/haesleinhuepf/napari-xgboost/issues) to see what's currently being worked on.\r\n\r\n## Usage\r\n\r\nLoad an example image into napari. Add a Labels layer by clicking on this button:\r\n\r\n![img.png](https://github.com/haesleinhuepf/napari-xgboost/raw/main/docs/images/img.png)\r\n\r\nThen, draw a sparse annotation on the image. Try to draw thin lines on background and foreground, e.g. like this:\r\n\r\n![img_1.png](https://github.com/haesleinhuepf/napari-xgboost/raw/main/docs/images/img_1.png)\r\n\r\nThen click the menu `Layers > Segment > Train Pixel Classifier (XGBoost)`.\r\n\r\n![img_2.png](https://github.com/haesleinhuepf/napari-xgboost/raw/main/docs/images/img_2.png)\r\n\r\nIn the dialog, select the original image and the labels layer. Also enter a filename where the model should be saved. \r\nAfterwards, click on `Run` to explore the result.\r\n\r\n![img_3.png](https://github.com/haesleinhuepf/napari-xgboost/raw/main/docs/images/img_3.png)\r\n\r\n## Installation\r\n\r\nYou can install `napari-xgboost` via [pip]:\r\n\r\n pip install napari-xgboost\r\n\r\nTo install latest development version :\r\n\r\n pip install git+https://github.com/haesleinhuepf/napari-xgboost.git\r\n\r\n\r\n## Contributing\r\n\r\nContributions are very welcome. Tests can be run with [tox], please ensure\r\nthe coverage at least stays the same before you submit a pull request.\r\n\r\n## License\r\n\r\nDistributed under the terms of the [BSD-3] license,\r\n\"napari-xgboost\" is free and open source software\r\n\r\n## Issues\r\n\r\nIf you encounter any problems, please [file an issue] along with a detailed description.\r\n\r\n[napari]: https://github.com/napari/napari\r\n[Cookiecutter]: https://github.com/audreyr/cookiecutter\r\n[@napari]: https://github.com/napari\r\n[MIT]: http://opensource.org/licenses/MIT\r\n[BSD-3]: http://opensource.org/licenses/BSD-3-Clause\r\n[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt\r\n[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt\r\n[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0\r\n[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt\r\n[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin\r\n\r\n[file an issue]: https://github.com/haesleinhuepf/napari-xgboost/issues\r\n\r\n[napari]: https://github.com/napari/napari\r\n[tox]: https://tox.readthedocs.io/en/latest/\r\n[pip]: https://pypi.org/project/pip/\r\n[PyPI]: https://pypi.org/\r\n",
"bugtrack_url": null,
"license": " Copyright (c) 2024, Robert Haase, ScaDS.AI, Uni Leipzig All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. 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 HOLDER 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": "A plugin for pixel classification using XGBoost",
"version": "0.1.0",
"project_urls": {
"Bug Tracker": "https://github.com/haesleinhuepf/napari-xgboost/issues",
"Documentation": "https://github.com/haesleinhuepf/napari-xgboost#README.md",
"Source Code": "https://github.com/haesleinhuepf/napari-xgboost",
"User Support": "https://github.com/haesleinhuepf/napari-xgboost/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a1cb0bb0d0d9620f39cd3f6ff11667416c9c12dd0962cbab9dee3e533c827948",
"md5": "e2eaba36bffbb871269f20325554d8ea",
"sha256": "60e39daf885b4f0d2e2e29b494adbb0d7e3db7901638728a8656de94d6ba12a9"
},
"downloads": -1,
"filename": "napari_xgboost-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e2eaba36bffbb871269f20325554d8ea",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 7098,
"upload_time": "2024-07-05T09:26:24",
"upload_time_iso_8601": "2024-07-05T09:26:24.018095Z",
"url": "https://files.pythonhosted.org/packages/a1/cb/0bb0d0d9620f39cd3f6ff11667416c9c12dd0962cbab9dee3e533c827948/napari_xgboost-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fabb7215c26f474c3a88f498bc6d741ab23f289616c9fd3b1feeda8edca37fed",
"md5": "487b79a43aa84c13e0e1156ccd53977f",
"sha256": "a98e7053eee567b1e5c287b4e0e7f64f4936bb46f4ee5e7f2d08d91c14a37387"
},
"downloads": -1,
"filename": "napari_xgboost-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "487b79a43aa84c13e0e1156ccd53977f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 8452,
"upload_time": "2024-07-05T09:26:25",
"upload_time_iso_8601": "2024-07-05T09:26:25.658701Z",
"url": "https://files.pythonhosted.org/packages/fa/bb/7215c26f474c3a88f498bc6d741ab23f289616c9fd3b1feeda8edca37fed/napari_xgboost-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-05 09:26:25",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "haesleinhuepf",
"github_project": "napari-xgboost",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "napari-xgboost"
}