bcclassreport


Namebcclassreport JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/Nachiket-Mehendale/bcclassreport
SummarySimple, intuitive binary classification metrics and visualizations
upload_time2025-10-07 05:50:50
maintainerNone
docs_urlNone
authorNachiket Mehendale
requires_python>=3.7
licenseNone
keywords binary classification confusion matrix metrics visualization machine-learning
VCS
bugtrack_url
requirements numpy matplotlib scikit-learn
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # bcclassreport

**Simple, intuitive binary classification metrics and visualizations.**


## Installation
```bash
pip install bcclassreport

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Nachiket-Mehendale/bcclassreport",
    "name": "bcclassreport",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "binary classification confusion matrix metrics visualization machine-learning",
    "author": "Nachiket Mehendale",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/e4/5d/fe25811d272f38a34950535972ee38e4d2fa7d62056f335b0982dbcf1489/bcclassreport-1.0.0.tar.gz",
    "platform": null,
    "description": "# bcclassreport\r\n\r\n**Simple, intuitive binary classification metrics and visualizations.**\r\n\r\n\r\n## Installation\r\n```bash\r\npip install bcclassreport\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Simple, intuitive binary classification metrics and visualizations",
    "version": "1.0.0",
    "project_urls": {
        "Bug Reports": "https://github.com/Nachiket-Mehendale/bcclassreport/issues",
        "Homepage": "https://github.com/Nachiket-Mehendale/bcclassreport",
        "Source": "https://github.com/Nachiket-Mehendale/bcclassreport"
    },
    "split_keywords": [
        "binary",
        "classification",
        "confusion",
        "matrix",
        "metrics",
        "visualization",
        "machine-learning"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "39a0692a00ee6474e7c8d770ef453b6887a64ef9cb75e5265545f3c210187239",
                "md5": "315d5458e692844a5b8dbc06d40509f7",
                "sha256": "687670202c2463f19e95bcfd2030d3ac9b31418aa99d15a24a1ab86259d86515"
            },
            "downloads": -1,
            "filename": "bcclassreport-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "315d5458e692844a5b8dbc06d40509f7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 6666,
            "upload_time": "2025-10-07T05:50:49",
            "upload_time_iso_8601": "2025-10-07T05:50:49.019808Z",
            "url": "https://files.pythonhosted.org/packages/39/a0/692a00ee6474e7c8d770ef453b6887a64ef9cb75e5265545f3c210187239/bcclassreport-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e45dfe25811d272f38a34950535972ee38e4d2fa7d62056f335b0982dbcf1489",
                "md5": "6ef89ea837840f9c92f9c42f8f5a82ac",
                "sha256": "c3f31238fd7afaa389c057985a1277a73f03accad281881dc613d91c63c8355b"
            },
            "downloads": -1,
            "filename": "bcclassreport-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6ef89ea837840f9c92f9c42f8f5a82ac",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 6229,
            "upload_time": "2025-10-07T05:50:50",
            "upload_time_iso_8601": "2025-10-07T05:50:50.501204Z",
            "url": "https://files.pythonhosted.org/packages/e4/5d/fe25811d272f38a34950535972ee38e4d2fa7d62056f335b0982dbcf1489/bcclassreport-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-07 05:50:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Nachiket-Mehendale",
    "github_project": "bcclassreport",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.19.0"
                ]
            ]
        },
        {
            "name": "matplotlib",
            "specs": [
                [
                    ">=",
                    "3.3.0"
                ]
            ]
        },
        {
            "name": "scikit-learn",
            "specs": [
                [
                    ">=",
                    "0.24.0"
                ]
            ]
        }
    ],
    "lcname": "bcclassreport"
}
        
Elapsed time: 1.61879s