svreg


Namesvreg JSON
Version 0.1.0.post2 PyPI version JSON
download
home_pageNone
SummaryModule to perform regression using Shapley Values.
upload_time2023-01-04 16:08:19
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords regression shapley value game theory explainability
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # svreg : regression based on Shapley Values.

----

## Installation

Svreg is now on the Python Index.
To install the package:

```bash
pip install svreg
```

## Requirements

See requirements.txt

## Example

Please have a look at the notebook basic_example.ipynb for indications on how to use this package.

## Changelog

- 0.1.0: Initial release

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "svreg",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "regression,shapley value,game theory,explainability",
    "author": null,
    "author_email": "Yannick Stoll <yannick@pixelforest.io>",
    "download_url": "https://files.pythonhosted.org/packages/1f/30/5279325e0b11330dd5a6514b312f8ccd02d931617cae174c50871ddc4502/svreg-0.1.0.post2.tar.gz",
    "platform": null,
    "description": "# svreg : regression based on Shapley Values.\n\n----\n\n## Installation\n\nSvreg is now on the Python Index.\nTo install the package:\n\n```bash\npip install svreg\n```\n\n## Requirements\n\nSee requirements.txt\n\n## Example\n\nPlease have a look at the notebook basic_example.ipynb for indications on how to use this package.\n\n## Changelog\n\n- 0.1.0: Initial release\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Module to perform regression using Shapley Values.",
    "version": "0.1.0.post2",
    "split_keywords": [
        "regression",
        "shapley value",
        "game theory",
        "explainability"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cbba9b43f32565e0ae1b2732d44c648eb2379fb35b6ca75cb8a2ef118f255882",
                "md5": "30201f2095ac24e46dbd70b4d4864adb",
                "sha256": "596fb15717d09b88e02941fec4744b019fd17ad9ab91d141aa04a55348ceb88c"
            },
            "downloads": -1,
            "filename": "svreg-0.1.0.post2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "30201f2095ac24e46dbd70b4d4864adb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6828,
            "upload_time": "2023-01-04T16:08:16",
            "upload_time_iso_8601": "2023-01-04T16:08:16.961101Z",
            "url": "https://files.pythonhosted.org/packages/cb/ba/9b43f32565e0ae1b2732d44c648eb2379fb35b6ca75cb8a2ef118f255882/svreg-0.1.0.post2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1f305279325e0b11330dd5a6514b312f8ccd02d931617cae174c50871ddc4502",
                "md5": "ed6edd1596c63f7d411830956093019e",
                "sha256": "3c0aa02319b975a57dfb30c810a20154c7a756981716abf812c5f282f48564a6"
            },
            "downloads": -1,
            "filename": "svreg-0.1.0.post2.tar.gz",
            "has_sig": false,
            "md5_digest": "ed6edd1596c63f7d411830956093019e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 75775,
            "upload_time": "2023-01-04T16:08:19",
            "upload_time_iso_8601": "2023-01-04T16:08:19.210076Z",
            "url": "https://files.pythonhosted.org/packages/1f/30/5279325e0b11330dd5a6514b312f8ccd02d931617cae174c50871ddc4502/svreg-0.1.0.post2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-04 16:08:19",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "svreg"
}
        
Elapsed time: 0.03158s