ShichenXie / scorecardpy

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

var_filter.py #30

Closed drlqvu closed 5 years ago

drlqvu commented 5 years ago

这个文件第87行的“len_diff”变量是未定义的。在特殊情况下会报错。 warnings.warn("Incorrect inputs; there are {} var_kp variables are not exist in input data, which are removed from var_kp. \n {}".format(len_diff, list(set(var_kp)-set(var_kp2))) )

ShichenXie commented 5 years ago

试试安装github上面的版本。这个bug应该早就修复了。