Shichen
Shichen
你可以把这列数据和y发我试试。 或者优先用R版本的包,那边更成熟。 原来两个版本是同步更新的,后来R版本大更新一次之后,python版本一直没时间去同步。
如果你只是为了学习python的话,建议你去玩玩pandas,sklearn这种比较成熟的工具包。。。 scorecard和scorecardpy目前后面的逻辑是一模一样的,输出的结果也是差不多的
你的数据集里面好像没有-9999和-8888吧。woebin一般情况下是可以自动将缺失分为一箱的。如果只是为了处理缺失值,可以不填充为特殊值。
I cant reproduce your issue. The package should be able to handle missing values. Please upgrade your package to the latest version on the Github and try again.
Try this, breaks_list = { 'Purpose': ['6%,%9', '0%,%1%,%2%,%3%,%4%,%5%,%7%,%8'] }
This replacement is to make sure the iv can be calculate in case of zero y labels. Replace with 0.1 or 0.9 would not affect the iv, since it might...
I dont know how to deal with the CalibratedClassifierCV objects in the scorecard function. You can contribute to this project on this issue. Thanks.
The bug should be fixed. Please check the latest version on the Github.
Please install the latest version on GitHub and try again. It should be fixed.
你的dt_s哪来的,是不是写错了