modelreport


Namemodelreport JSON
Version 0.2 PyPI version JSON
download
home_page
SummaryA lightweight library to get the all classification metric scores.
upload_time2023-04-19 12:07:29
maintainer
docs_urlNone
authorSusmitPanda
requires_python
licenseMIT
keywords accuracy confusion_matrix precision_score recall_score f1_score auc matthews_corrcoef cohen_kappa_score classification report
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Installation
-------------


    ```pip install -U modelreport```

Example
---------

from modelreport.metric import result_summary

print(result_summary(test data,predicted data))


`More Updates Coming Soon...` 😄


Contact
---------

I would like to get feedback from the community. If you have feature suggestions, support questions or general comments, please email me at susmit.vssut@gmail.com


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "modelreport",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "accuracy,confusion_matrix,precision_score,recall_score,f1_score,auc,matthews_corrcoef,cohen_kappa_score,classification report",
    "author": "SusmitPanda",
    "author_email": "susmit.vssut@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/25/b6/bf7629c6562bbfcfeb40b90e983c953159ed106f215c610d19a48a136cba/modelreport-0.2.tar.gz",
    "platform": null,
    "description": "\r\nInstallation\r\n-------------\r\n\r\n\r\n    ```pip install -U modelreport```\r\n\r\nExample\r\n---------\r\n\r\nfrom modelreport.metric import result_summary\r\n\r\nprint(result_summary(test data,predicted data))\r\n\r\n\r\n`More Updates Coming Soon...` \ud83d\ude04\r\n\r\n\r\nContact\r\n---------\r\n\r\nI would like to get feedback from the community. If you have feature suggestions, support questions or general comments, please email me at susmit.vssut@gmail.com\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A lightweight library to get the all classification metric scores.",
    "version": "0.2",
    "split_keywords": [
        "accuracy",
        "confusion_matrix",
        "precision_score",
        "recall_score",
        "f1_score",
        "auc",
        "matthews_corrcoef",
        "cohen_kappa_score",
        "classification report"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b53aac5b058fb1055418c11c840d587234f648f5f0c30feaa47ab4b9b1af84c8",
                "md5": "3634d57d42f0d584a550f1509ee05443",
                "sha256": "61a763255ab929884770017ac1c6b254c2890fb44f0479fd1f7a1888adf68537"
            },
            "downloads": -1,
            "filename": "modelreport-0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3634d57d42f0d584a550f1509ee05443",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3446,
            "upload_time": "2023-04-19T12:07:25",
            "upload_time_iso_8601": "2023-04-19T12:07:25.867099Z",
            "url": "https://files.pythonhosted.org/packages/b5/3a/ac5b058fb1055418c11c840d587234f648f5f0c30feaa47ab4b9b1af84c8/modelreport-0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25b6bf7629c6562bbfcfeb40b90e983c953159ed106f215c610d19a48a136cba",
                "md5": "206ba7c5f460df31397d3a9d5e714195",
                "sha256": "4de56c8a276926f65302652729f8b27508934454164bd4683304a315dbfd5b32"
            },
            "downloads": -1,
            "filename": "modelreport-0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "206ba7c5f460df31397d3a9d5e714195",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3130,
            "upload_time": "2023-04-19T12:07:29",
            "upload_time_iso_8601": "2023-04-19T12:07:29.459484Z",
            "url": "https://files.pythonhosted.org/packages/25/b6/bf7629c6562bbfcfeb40b90e983c953159ed106f215c610d19a48a136cba/modelreport-0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-19 12:07:29",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "modelreport"
}
        
Elapsed time: 0.07020s