attribench


Nameattribench JSON
Version 0.1.9 PyPI version JSON
download
home_page
SummaryA benchmark for feature attribution techniques
upload_time2024-03-06 09:36:36
maintainer
docs_urlNone
author
requires_python>=3.10
licenseMIT License Copyright (c) [year] [fullname] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords attributions benchmark explanation machine learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            AttriBench: Metrics for Feature Attribution Techniques
======================================================
**AttriBench** is a `Pytorch <https://pytorch.org/>`_-based implementation of
several metrics for the evaluation of feature attribution maps and methods.
AttriBench provides a functional and an object-oriented API for the computation
of these metrics, along with a set of utility functions for the necessary
preparations (e.g. computing attribution maps) as well as for the visualization
of the results.

The **functional API** is generally easier to use, and can be used to get
started quickly if the scale of the evaluation is not too large. The
**object-oriented API** is more flexible and can use multiple GPUs for
evaluation of large datasets.

For more information, see the `documentation <https://attribench.readthedocs.io/>`_.

Installation
------------
AttriBench can be installed from PyPI using pip:

.. code-block:: bash
    
    pip install attribench

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "attribench",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "attributions,benchmark,explanation,machine learning",
    "author": "",
    "author_email": "Arne Gevaert <arne.gevaert@ugent.be>, Axel-Jan Rousseau <axeljan.rousseau@uhasselt.be>",
    "download_url": "https://files.pythonhosted.org/packages/b5/7d/3b07af78be64ae065a54d81b8dd132a65c6fcb361f34b23022a9561dbd91/attribench-0.1.9.tar.gz",
    "platform": null,
    "description": "AttriBench: Metrics for Feature Attribution Techniques\n======================================================\n**AttriBench** is a `Pytorch <https://pytorch.org/>`_-based implementation of\nseveral metrics for the evaluation of feature attribution maps and methods.\nAttriBench provides a functional and an object-oriented API for the computation\nof these metrics, along with a set of utility functions for the necessary\npreparations (e.g. computing attribution maps) as well as for the visualization\nof the results.\n\nThe **functional API** is generally easier to use, and can be used to get\nstarted quickly if the scale of the evaluation is not too large. The\n**object-oriented API** is more flexible and can use multiple GPUs for\nevaluation of large datasets.\n\nFor more information, see the `documentation <https://attribench.readthedocs.io/>`_.\n\nInstallation\n------------\nAttriBench can be installed from PyPI using pip:\n\n.. code-block:: bash\n    \n    pip install attribench\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) [year] [fullname]  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "A benchmark for feature attribution techniques",
    "version": "0.1.9",
    "project_urls": {
        "Documentation": "http://attribench.readthedocs.io/",
        "Homepage": "https://github.com/arnegevaert/benchmark"
    },
    "split_keywords": [
        "attributions",
        "benchmark",
        "explanation",
        "machine learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6c04674dfca24be1211c74c50161a93e628de98b1a2c4d14253115ce153b294",
                "md5": "bed7d1e5dd9aeece5ca3f6029029a4a2",
                "sha256": "b1e7c98b83688403656bb305728c1f7e054d81d1630405fcfed09e624a1f131d"
            },
            "downloads": -1,
            "filename": "attribench-0.1.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bed7d1e5dd9aeece5ca3f6029029a4a2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 122408,
            "upload_time": "2024-03-06T09:36:34",
            "upload_time_iso_8601": "2024-03-06T09:36:34.585729Z",
            "url": "https://files.pythonhosted.org/packages/a6/c0/4674dfca24be1211c74c50161a93e628de98b1a2c4d14253115ce153b294/attribench-0.1.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b57d3b07af78be64ae065a54d81b8dd132a65c6fcb361f34b23022a9561dbd91",
                "md5": "4c1edf21cb520f7d136691fd6eebdcd9",
                "sha256": "a84ea14175d79567fffa8e1d14937ab17117da9b7316150dd54bac5b803bfc47"
            },
            "downloads": -1,
            "filename": "attribench-0.1.9.tar.gz",
            "has_sig": false,
            "md5_digest": "4c1edf21cb520f7d136691fd6eebdcd9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 70788,
            "upload_time": "2024-03-06T09:36:36",
            "upload_time_iso_8601": "2024-03-06T09:36:36.342706Z",
            "url": "https://files.pythonhosted.org/packages/b5/7d/3b07af78be64ae065a54d81b8dd132a65c6fcb361f34b23022a9561dbd91/attribench-0.1.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-06 09:36:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "arnegevaert",
    "github_project": "benchmark",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "attribench"
}
        
Elapsed time: 0.19699s