ShichenXie / scorecardpy

Scorecard Development in python, 评分卡
http://shichen.name/scorecard
MIT License
725 stars 301 forks source link

Fix value error 'invalid literal for int() with base 10' when using ‘woebin_adj‘ function #79

Closed zk403 closed 3 years ago

zk403 commented 3 years ago

当调整分箱woebin_adj在输入0,1,2,3步骤时,修复因误输入无法转换为数字的字符串后导致的程序错误 Fix incorrect input which may cause value error 'invalid literal for int() with base 10' when using ‘woebin_adj‘ function