# AUC_NRI_IDI_python_functions
[](https://zenodo.org/doi/10.5281/zenodo.4741234)
Custom python functions to help you further analyse machine learning models and diagnostic test.
Will help you make plots and compute evaluation metrics as seen in [Nature Article, Leong et al. 2021](https://www.nature.com/articles/s43856-021-00024-0?source=post_page-----f87a8ec6937b--------------------------------#Fig3)

Metrics to compute and plot:
* AUC = Area Under the Curve
* NRI = Net Reclassification Index
* IDI = Integrated Discrimination Improvement
Run "example.ipynb" Jupyter notebook to see and use functions
Code and concepts further explained in the following post: "[Area Under the Curve and Beyond](https://www.lambertleong.com/thoughts/AUC-IDI-NRI)" or "[On Medium/Towards Data Science](https://medium.com/towards-data-science/area-under-the-curve-and-beyond-f87a8ec6937b)"
---
contact [Lambert Leong](https://www.lambertleong.com)
Raw data
{
"_id": null,
"home_page": "https://github.com/LambertLeong/AUC_NRI_IDI_python_functions",
"name": "more-metrics",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "",
"author": "Lambert T Leong",
"author_email": "lamberttleong@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/cf/d6/71167403029301f191013f9f0a8076e63ba64d8b4a00932cd755db1369f1/more_metrics-0.10.0.tar.gz",
"platform": null,
"description": "# AUC_NRI_IDI_python_functions\n[](https://zenodo.org/doi/10.5281/zenodo.4741234)\n\nCustom python functions to help you further analyse machine learning models and diagnostic test.\n\nWill help you make plots and compute evaluation metrics as seen in [Nature Article, Leong et al. 2021](https://www.nature.com/articles/s43856-021-00024-0?source=post_page-----f87a8ec6937b--------------------------------#Fig3)\n\n\n\nMetrics to compute and plot:\n* AUC = Area Under the Curve\n* NRI = Net Reclassification Index\n* IDI = Integrated Discrimination Improvement\n\nRun \"example.ipynb\" Jupyter notebook to see and use functions\n\nCode and concepts further explained in the following post: \"[Area Under the Curve and Beyond](https://www.lambertleong.com/thoughts/AUC-IDI-NRI)\" or \"[On Medium/Towards Data Science](https://medium.com/towards-data-science/area-under-the-curve-and-beyond-f87a8ec6937b)\"\n\n---\ncontact [Lambert Leong](https://www.lambertleong.com)\n",
"bugtrack_url": null,
"license": "GPL-3.0",
"summary": "A Python package for computing additional classification metrics for machine learning or AI models. These metrics include and also known as AUC, NRI, and IDI",
"version": "0.10.0",
"project_urls": {
"Homepage": "https://github.com/LambertLeong/AUC_NRI_IDI_python_functions"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "82a3a42c8f69f9c54130b7ae5a1ef1d6d26d778d0eda7d1c86fd1d4a903bd66f",
"md5": "2a0ac791a79838dcb364ec727ccb49de",
"sha256": "b52b34b5fb4abc9df51a14cc3a3f999fb74032f40146794fd362f3502c8e2e35"
},
"downloads": -1,
"filename": "more_metrics-0.10.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2a0ac791a79838dcb364ec727ccb49de",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 20199,
"upload_time": "2024-01-05T05:46:21",
"upload_time_iso_8601": "2024-01-05T05:46:21.885188Z",
"url": "https://files.pythonhosted.org/packages/82/a3/a42c8f69f9c54130b7ae5a1ef1d6d26d778d0eda7d1c86fd1d4a903bd66f/more_metrics-0.10.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cfd671167403029301f191013f9f0a8076e63ba64d8b4a00932cd755db1369f1",
"md5": "ab114a268d30b01502bbcfe4ae91dd74",
"sha256": "9879ea74d6c6462084b3ad1b53a37538b0402ad90f22eda246e2d026571aeda1"
},
"downloads": -1,
"filename": "more_metrics-0.10.0.tar.gz",
"has_sig": false,
"md5_digest": "ab114a268d30b01502bbcfe4ae91dd74",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 20229,
"upload_time": "2024-01-05T05:46:23",
"upload_time_iso_8601": "2024-01-05T05:46:23.523464Z",
"url": "https://files.pythonhosted.org/packages/cf/d6/71167403029301f191013f9f0a8076e63ba64d8b4a00932cd755db1369f1/more_metrics-0.10.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-05 05:46:23",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "LambertLeong",
"github_project": "AUC_NRI_IDI_python_functions",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "numpy",
"specs": [
[
"==",
"1.26.0"
]
]
},
{
"name": "scikit-learn",
"specs": [
[
"==",
"1.3.1"
]
]
},
{
"name": "matplotlib",
"specs": [
[
"==",
"3.8.0"
]
]
}
],
"lcname": "more-metrics"
}