Tools for analyzing and quantifying effects of counfounder variables on machine learning model predictions.
Project description
mlconfound
Tools for analyzing and quantifying effects of counfounder variables on machine learning model predictions.
Install
pip install mlconfound
Usage
# y : prediction target
# yhat: prediction
# c : confounder
from mlconfound.stats import partial_confound_test
partial_confound_test(y, yhat, c)
Read the docs for more details.
Documentation
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
mlconfound-0.11.0.tar.gz
(22.4 kB
view hashes)
Built Distribution
Close
Hashes for mlconfound-0.11.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4710de2aa2b48a5fb3475ba29ea05d21ccd0d68b9dcb915fe1c5415ec59192b |
|
MD5 | ebf836d8c30522f41f2c05fb26ff8a9c |
|
BLAKE2b-256 | 134d26aa5b701330deefc38f4308ff653f333461685122328b3f790f91a04ebf |