Scorecard Development in python, 评分卡
This package is python version of R package scorecard. Its goal is to make the development of traditional credit risk scorecard model easier and efficient by providing functions for some common tasks.
split_df)iv, var_filter)woebin, woebin_plot, woebin_adj, woebin_ply)scorecard, scorecard_ply)perf_eva, perf_psi)This fork includes several performance improvements over the original scorecardpy:
woebin functions for faster binningsklearn.metrics.roc_auc_score for significant speedup; eliminated eval() usage with dictionary-based function dispatch for better security and performancescorecardpy from PYPI with:pip install scorecardpy
scorecardpy from github with:pip install git+git://github.com/shichenxie/scorecardpy.git
This is a basic example which shows you how to develop a common credit risk scorecard:
…
No open issues yet, or sync has not completed.