We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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使用教程,进行特征筛选时报错。 代码:
train_selected, dropped = toad.selection.select(train,target = 'target', empty = 0.5, iv = 0.05, corr = 0.7, return_drop=True, exclude=['APP_ID_C','month']) print(dropped) print(train_selected.shape)
报错内容:
ValueError: could not convert string to float: 'RESIDENT INDIAN'
toad 版本是:0.1.2
这个问题也太低级了吧
The text was updated successfully, but these errors were encountered:
@bailixuance 抱歉,这个问题是由于新版本的 pandas 更新后有参数变更,这部分测试用例没有覆盖导致没有及时发现。 目前已修复此问题并已添加测试用例,在新版本 0.1.3 中已可用,可以升级后再试一下
pandas
0.1.3
Sorry, something went wrong.
fixed: value error in select and drop_corr method
select
drop_corr
61b60f5
我的pandas 确实是 2.0.3 的,不过在安装toad==0.1.3时有出新的问题:
No branches or pull requests
参考使用教程toad使用教程,进行特征筛选时报错。
代码:
报错内容:
toad 版本是:0.1.2
这个问题也太低级了吧
The text was updated successfully, but these errors were encountered: