Statistics tools for ML models and deployment
Project description
- Author:
ZeD@UChicago <zed.uchicago.edu>
- Description:
Tools for ML statistics
- Documentation:
- Example:
https://github.com/zeroknowledgediscovery/zedstat/blob/master/examples/example1.ipynb
Usage:
from zedstat import zedstat
zt=zedstat.processRoc(df=pd.read_csv('roc.csv'),
order=3,
total_samples=100000,
positive_samples=100,
alpha=0.01,
prevalence=.002)
zt.smooth(STEP=0.001)
zt.allmeasures(interpolate=True)
zt.usample(precision=3)
zt.getBounds()
print(zt.auc())
# find the high precision and high sensitivity operating points
zt.operating_zone(LRminus=.65)
rf0,txt0=zt.interpret(fpr=zt._operating_zone.fpr.values[0],number_of_positives=10)
rf1,txt1=zt.interpret(fpr=zt._operating_zone.fpr.values[1],number_of_positives=10)
display(zt._operating_zone)
print('high precision operation:\n','\n '.join(txt0))
print('high recall operation:\n','\n '.join(txt1))
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
zedstat-0.0.144.tar.gz
(92.7 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
zedstat-0.0.144-py3-none-any.whl
(182.4 kB
view details)
File details
Details for the file zedstat-0.0.144.tar.gz.
File metadata
- Download URL: zedstat-0.0.144.tar.gz
- Upload date:
- Size: 92.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44e6a257452b622eaf9855dd36cef0d1267853285215ab40c884fa0511c9fdd6
|
|
| MD5 |
257741d377edc6cc4b5b550fea38b5b8
|
|
| BLAKE2b-256 |
37820fdda56beeebd4189417dfd2ccc9b39768d89ce3453e99a6dae8ec954b89
|
File details
Details for the file zedstat-0.0.144-py3-none-any.whl.
File metadata
- Download URL: zedstat-0.0.144-py3-none-any.whl
- Upload date:
- Size: 182.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c479c685efbc9ff25bcb107f02ec16032525efbfe26c93e3c300f1c679f5031
|
|
| MD5 |
23ca90ee3ead74b55706308289b2ebf8
|
|
| BLAKE2b-256 |
a2d948a0634b76aa067121cc46ed3a5782f02222c04ef91ad2c65f80a4f9b84b
|