This library help researcher have quick result with woe, iv, result reporting with credit scoring problem
Project description
Project Description
Credit-Score
Credit Score is a Python module for credit scoring problems, help developers/ researchers applied woe-iv for easier. More, It provides some importance reports about credit scoring contains: GINI, KS, LIFT, GAIN, IRL, LR, ... help users save time to choose the best model.
Currently, credit-scoring package handles only binary target
Installation
This package requires numpy, pandas, sklearn and plotly. We can use this package for Python 3, and pandas must be >= 1.0
To install the package, run this command:
python setup.py install
or
pip install credit_scoring
If you want install the development of this package, you can visit:
https://github.com/minhtcuet/creditscoring
Usage
This version, we focus on reporting first. You can have quick GINI, KS, LIFT, .... with 2 input parameters contains: y_target(binary type) and y_predict(probability)
Example
GINI Calculated
from credit_scoring.AUC import GINI
gini = GINI(y_predict, y_label) print(gini)_
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file credit_scoring-0.2.0.tar.gz.
File metadata
- Download URL: credit_scoring-0.2.0.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
852eaa1ab4091f4f9b7471b9fe12ba65e60fa99f3910bc2e695cbc5d1781923c
|
|
| MD5 |
d906231bfa6cda8a5dbfaa974d53aebc
|
|
| BLAKE2b-256 |
2d8b84462cd1eb8c3084515da24044596f91cff2636b26f4fc279bc3ae633a4f
|
File details
Details for the file credit_scoring-0.2.0-py3-none-any.whl.
File metadata
- Download URL: credit_scoring-0.2.0-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72bdb7980f7a04e34491c1f6814baf861ce701f137a90b313c2b0b60358458a9
|
|
| MD5 |
a00c3b761591b5db29ce94a23547ae3d
|
|
| BLAKE2b-256 |
10593be9ba90ac559c0acebcdf4b05bd3a0f2074f6a54eaad892c1f44938e4b8
|