Functions for estimating EMP (Expected Maximum Profit Measure) in Credit Risk Scoring and Customer Churn Prediction, according to Verbraken et al (2013, 2014) <DOI:10.1109/TKDE.2012.50>, <DOI:10.1016/j.ejor.2014.04.001>.
Project description
EMP-Py
EMP Python Package repository, currently at version 0.0.1.
Functions for estimating EMP (Expected Maximum Profit Measure) in Credit Risk Scoring and Customer Churn Prediction, according to Verbraken et al (2013, 2014).
Installation
pip install EMP
Usage
from EMP.metrics import empCreditScoring
scores = [0.34, 0.44, 0.67, 0.83]
classes = [0, 0, 1, 0]
k = 2
# By default will print and return output (no rounding)
empCreditScoring(scores, classes)
# Will only return output (no rounding)
empCreditScoring(scores, classes, print_output=False)
# Will only print output (no rounding)
empCreditScoring(scores, classes, return_output=False)
# Will print and return output with k decimal points
empCreditScoring(scores, classes, rounding=k)
The functions have been co-authored by Thomas Verbraken, Seppe van den Brucke and Cristián Bravo.
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
EMP-PY-1.9.1.tar.gz
(17.9 kB
view details)
Built Distribution
EMP_PY-1.9.1-py3-none-any.whl
(13.9 kB
view details)
File details
Details for the file EMP-PY-1.9.1.tar.gz
.
File metadata
- Download URL: EMP-PY-1.9.1.tar.gz
- Upload date:
- Size: 17.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/0.0.0 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f95812ad3b56d277291e9a86a63caa1b450175afba681c06f75ffb7b0391da1 |
|
MD5 | 26c3a6e1b0f5c438c027acf604176afc |
|
BLAKE2b-256 | 9a20fa5634ec0192319314e1b299cbd6ad99bad95ce934277c4c41cbbb05d6dc |
File details
Details for the file EMP_PY-1.9.1-py3-none-any.whl
.
File metadata
- Download URL: EMP_PY-1.9.1-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/0.0.0 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19324edcf64969ebeb3abdc89279ed3a13f4274cb1e6a9c26aaffab0c30c18b4 |
|
MD5 | 881ade27428ca3efecb6f09de3e2f9f5 |
|
BLAKE2b-256 | b2a5aa37dcbf5d56ed9fa8ebeca850a33fc1817ded59c59d8757a39efb1f76ab |