python计算KS

from sklearn.metrics import roc_curve

fpr, tpr, thres = roc_curve(y, prob)
ks = abs(fpr-tpr).max()

留言

熱門文章