Compute ROC AUC and confidence intervals using DeLong’s method
Project description
pAUC
Simple Python package to calculate ROC AUC with confidence intervals using DeLong’s method.
Installation
pip install pauc
Usage
from pauc import roc_auc_ci_score
auc, (lb, ub) = roc_auc_ci_score(y_true, y_pred) print(f'AUC: {auc}, 95% CI: ({lb}, {ub})')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pauc-0.1.0.tar.gz
(3.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pauc-0.1.0-py3-none-any.whl
(4.3 kB
view details)
File details
Details for the file pauc-0.1.0.tar.gz.
File metadata
- Download URL: pauc-0.1.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad7a547b1de9753413bf20c0c113d749e889e1de2ad90f8057714901f235afcd
|
|
| MD5 |
6d827a05e84cf18cb41d51ad2b7de918
|
|
| BLAKE2b-256 |
5dc27d311825e6fb42c10857a054067286ab577174e42c776d294b6864fb77b8
|
File details
Details for the file pauc-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pauc-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe7f76e65f0cdba4a08ae2018b042fa26d0b39e8b4dd02dc5a39fc0ccea88d77
|
|
| MD5 |
1d541a21751383f975d01640f0ad9981
|
|
| BLAKE2b-256 |
3530f8df12577a38cf923eb064bcf4c9eb474e453323a4d2d2bb6c4a61366835
|