Skip to main content

risk control modeling

Project description

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) 

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

riskcontrol-0.1.17.tar.gz (14.6 kB view hashes)

Uploaded Source

Built Distribution

riskcontrol-0.1.17-py3-none-any.whl (17.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page