Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

toad.quality报错 #112

Open
yangshijin777 opened this issue Dec 9, 2022 · 1 comment
Open

toad.quality报错 #112

yangshijin777 opened this issue Dec 9, 2022 · 1 comment

Comments

@yangshijin777
Copy link

col_drop = ['APP_ID_C', 'month'] # 待删除字段
toad.quality(df.drop(columns=col_drop), target=target, iv_only=True)[:15]

报错:UnicodeEncodeError: 'ascii' codec can't encode characters in position 18-20: ordinal not in range(128)
完全用的群里给的数据跑的,为什么会报编码的错误呢?

@FrankDataAnalystPython
Copy link

是否可以提供下完整的代码的复现呢?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants