Copyright (c) 2019 The Python Packaging Authority
The package is used for risk control modeling in Python. It mainly provides some basic and commonly data analysis methods for partners who want to learn Python data analysis or machine learning in the Internet financial industry. It also contains a large number of solutions to the problems encountered by the authors in their daily work. I hope you can actively use it. If you have any questions, please contact me at hsliu_em@126.com.
riskcontrol
Riskcontrol is used for risk control modeling in Python.
It provides intuitive tools for
- feature information-value (iv)
- plot bad rate of bins based on decision tree
- ks plot
- feature info describe for external data validation(contain missing analysis)
- two feature heat map for cross analysis
- logistic credit card
install
pip install riskcontrol
Usage
import riskcontrol as rc
import pandas as pd
data = pd.read_csv('test.csv')
rc.feature_miss_ana(data) # data analysis report
rc.split_box_plot_new(data, col_name) # bins bad rate plot
rc.ks_compute(data, col_name)
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 riskcontrol-0.1.18.tar.gz.
File metadata
- Download URL: riskcontrol-0.1.18.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
242156262b80fea03fc4a1260477ec512310036fbffd5d1ae6c4f9c6f9ee6d1a
|
|
| MD5 |
ac687ffcf82d2b5116841c698f458f2d
|
|
| BLAKE2b-256 |
9ee8dc1b6e1f7a5e8a9a4386855d953d1ea4c5619d806298a3acf7f2d1608778
|
File details
Details for the file riskcontrol-0.1.18-py3-none-any.whl.
File metadata
- Download URL: riskcontrol-0.1.18-py3-none-any.whl
- Upload date:
- Size: 17.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c874ec4e7061007bcd41b988912ce9eefaa9bb42bdad86bb6dde40d89962bd1
|
|
| MD5 |
7e75aad5c2a72da18e8e3949dae3f9c9
|
|
| BLAKE2b-256 |
3d862073ce506a757c9b407eb2803e4545205de3497f95804647b5f55f6318fc
|