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

drop_col gives error? #24

Open
utsgr opened this issue Nov 29, 2021 · 5 comments
Open

drop_col gives error? #24

utsgr opened this issue Nov 29, 2021 · 5 comments

Comments

@utsgr
Copy link

utsgr commented Nov 29, 2021

When I try to use data augmentation with drop_col, I get the error below. I did not change anything about the model or data, is there something I'm missing?

Screen Shot 2021-11-29 at 5 38 14 PM

@soodeh-nilforoushan
Copy link

soodeh-nilforoushan commented Dec 6, 2021

When I try to use data augmentation with drop_col, I get the error below. I did not change anything about the model or data, is there something I'm missing?

Screen Shot 2021-11-29 at 5 38 14 PM

did you solve the problem? I got the same error

@utsgr
Copy link
Author

utsgr commented Dec 6, 2021

Sadly no, I'm hoping someone can help.

@soodeh-nilforoushan
Copy link

Sadly no, I'm hoping someone can help.

They added the ditto light on their code, and after this changes, this error happens. I hope authors answer this question

@progsi
Copy link

progsi commented Nov 17, 2022

Problem appears to be that they are using \t instead of [SEP]. Also, the variable combined is split as well and by just ignoring this line of code it seems to work for me.

@rinkstiekema
Copy link

I do not think the issue is caused by using \t instead of [SEP] as that is also used in the other data augmentation functions. I noticed a different pattern; if the column before the separator is the one to be removed, it also removes the [SEP] indicator from the resulting tokens.

I'll attempt to fix the algorithm for dropping columns, I'll keep you posted.

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

4 participants