Skip to main content

Statistics tools for ML models and deployment

Project description

https://zed.uchicago.edu/logo/logo_zedstat.png https://zenodo.org/badge/529991779.svg
Author:

ZeD@UChicago <zed.uchicago.edu>

Description:

Tools for ML statistics

Documentation:

https://zeroknowledgediscovery.github.io/zedstat/

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.137.tar.gz (80.6 kB view hashes)

Uploaded Source

Built Distribution

zedstat-0.0.137-py3-none-any.whl (169.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page