amphibian-dev / toad

ESC Team's credit scorecard tools.
https://toad.readthedocs.io
MIT License
478 stars 174 forks source link

分箱问题 #52

Closed binxixi closed 4 years ago

binxixi commented 4 years ago

col_lst = train_selected.columns.values[:-1].tolist() for col in col_lst: bin_plot(c.transform(train_selected[[col,'is_bad']], labels=True), x=col, target='is_bad')

在分箱画图的时候弹出的提示,No handles with labels found to put in legend. 虽然不影响出图