interactive-classification-metrics


Nameinteractive-classification-metrics JSON
Version 0.2.2 PyPI version JSON
download
home_pageNone
SummaryInteractive classification metrics
upload_time2024-09-02 22:17:58
maintainerNone
docs_urlNone
authorDavid H. Brown
requires_python<3.11,>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Interactive classification metrics
Get an intuitive sense for the ROC curve and other binary classification metrics with this interactive visualization application.

Read the [README](https://github.com/davhbrown/interactive-classification-metrics) for more information.

## Install
```
pip install interactive-classification-metrics
```
New environment recommended. Python >=3.8, <3.11. Installs:
```
bokeh==2.4.3
numpy>=1.21.5
pandas==1.4.2
py_mcc_f1==0.1.0
scikit_learn==1.0.2
scipy==1.7.3
```

## Run the application with Bokeh server locally
```
run-app
```

Opens a web browser where you can use the application.

## Acknowledgments
Special thanks to Dr. Davide Chicco ([@davidechicco](https://github.com/davidechicco)) for valuable feedback on this project.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "interactive-classification-metrics",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.11,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "David H. Brown",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/fe/d7/6896fd5d9c9047baf07eb18b8c04ac4c9c51323d966f4f7d5d7a678eba86/interactive_classification_metrics-0.2.2.tar.gz",
    "platform": null,
    "description": "# Interactive classification metrics\nGet an intuitive sense for the ROC curve and other binary classification metrics with this interactive visualization application.\n\nRead the [README](https://github.com/davhbrown/interactive-classification-metrics) for more information.\n\n## Install\n```\npip install interactive-classification-metrics\n```\nNew environment recommended. Python >=3.8, <3.11. Installs:\n```\nbokeh==2.4.3\nnumpy>=1.21.5\npandas==1.4.2\npy_mcc_f1==0.1.0\nscikit_learn==1.0.2\nscipy==1.7.3\n```\n\n## Run the application with Bokeh server locally\n```\nrun-app\n```\n\nOpens a web browser where you can use the application.\n\n## Acknowledgments\nSpecial thanks to Dr. Davide Chicco ([@davidechicco](https://github.com/davidechicco)) for valuable feedback on this project.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Interactive classification metrics",
    "version": "0.2.2",
    "project_urls": {
        "Homepage": "https://github.com/davhbrown/interactive_classification_metrics",
        "Issues": "https://github.com/davhbrown/interactive_classification_metrics/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa6fae63698fa4743e328e165c4f26c2f90e378da1bc8e2be99020054c0ff4e3",
                "md5": "ccc9624b2a4beffccd8b8f0dd40c7bea",
                "sha256": "38c166af0345cba2dd60cabe1d130ee2111be016214fb708e06fd3106acb55f1"
            },
            "downloads": -1,
            "filename": "interactive_classification_metrics-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ccc9624b2a4beffccd8b8f0dd40c7bea",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.11,>=3.8",
            "size": 15005,
            "upload_time": "2024-09-02T22:17:57",
            "upload_time_iso_8601": "2024-09-02T22:17:57.582466Z",
            "url": "https://files.pythonhosted.org/packages/aa/6f/ae63698fa4743e328e165c4f26c2f90e378da1bc8e2be99020054c0ff4e3/interactive_classification_metrics-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fed76896fd5d9c9047baf07eb18b8c04ac4c9c51323d966f4f7d5d7a678eba86",
                "md5": "310ce357082310c7a7bbb78741dba892",
                "sha256": "4756eca4d9bba29b4eb555fd4cda7aad6206c2371308c15ddd1fffa38f669dac"
            },
            "downloads": -1,
            "filename": "interactive_classification_metrics-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "310ce357082310c7a7bbb78741dba892",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.11,>=3.8",
            "size": 11564,
            "upload_time": "2024-09-02T22:17:58",
            "upload_time_iso_8601": "2024-09-02T22:17:58.828686Z",
            "url": "https://files.pythonhosted.org/packages/fe/d7/6896fd5d9c9047baf07eb18b8c04ac4c9c51323d966f4f7d5d7a678eba86/interactive_classification_metrics-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-02 22:17:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "davhbrown",
    "github_project": "interactive_classification_metrics",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "interactive-classification-metrics"
}
        
Elapsed time: 0.30140s