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.145.tar.gz (92.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

zedstat-0.0.145-py3-none-any.whl (182.4 kB view details)

Uploaded Python 3

File details

Details for the file zedstat-0.0.145.tar.gz.

File metadata

  • Download URL: zedstat-0.0.145.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

Hashes for zedstat-0.0.145.tar.gz
Algorithm Hash digest
SHA256 8d01b754804fbf01858c225173648636506d33b703c7986e78a6fbafe2883a8f
MD5 4ad0b77788d6e5c49b3015e603076d9e
BLAKE2b-256 ecfeb9d342e181bdbde7789664eca4def6b108dabfb1e01354cd6d23ea54e712

See more details on using hashes here.

File details

Details for the file zedstat-0.0.145-py3-none-any.whl.

File metadata

  • Download URL: zedstat-0.0.145-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

Hashes for zedstat-0.0.145-py3-none-any.whl
Algorithm Hash digest
SHA256 3f98a825ddf805e1caea80e147753e01a2cab01401779a5cc4fdb4bc550a7b4c
MD5 b54a60c67ea7daff4adbae0c05cc4a08
BLAKE2b-256 60976089ccfeabd9f5677d998e027a4178cd367985a934ac16b38d816a919f38

See more details on using hashes here.

Supported by

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