Lambda Odds Ratio
Project description
- Info:
Draft link will be posted here
- Author:
ZeD Lab <zed.createuky.net>
- Description:
Robust Odds Ratio correcting label noise
- Documentation:
Usage:
from lambda_or import lambda_or, pq_from_two_gates
tilde = np.array([[100, 50],[ 80, 70]], dtype=float)
# Suppose selection-conditional rates from two-gate ROC:
p_sel, q_sel = 0.92, 0.90
res = lambda_or(tilde, p_sel, q_sel, n_val=2000)
print(res.log_or, res.neglog10_p, res.z, res.se)
print(res.counts) # corrected a,b,c,d
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
lambda_or-0.0.5.tar.gz
(6.1 kB
view details)
File details
Details for the file lambda_or-0.0.5.tar.gz.
File metadata
- Download URL: lambda_or-0.0.5.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d333f65616b3d9b37da6ef632caef42e6d5983c0b5896ae088f17984a919a4fe
|
|
| MD5 |
6d7efe3214a54083da8016aff8919428
|
|
| BLAKE2b-256 |
b1f32b5db7c9c8a2b65240f52b1c151d308103380ce375c814cf9fa2b69ec49d
|