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

After mutiple attempt Pandas apply with swifter does not execute NLP function passed. #225

Open
prateek2512 opened this issue Nov 6, 2023 · 0 comments

Comments

@prateek2512
Copy link

prateek2512 commented Nov 6, 2023

I am a new user here. today to fast process my NLP preprocessing, I have used swifter with apply, so initially it worked as expected, and, I observed a little bit of speed improvement. On the contrary, because model accuracy was low, so i attempted this multiple time, than at sudden it became very quick, in progress bar i could see the speed , but on completion the input text returned in output, without any processing, it was very strange issue to me, tried restarting kernel, reloading data, and checked my code twice, but nothing worked. Finally, i executed pandas apply without swifter, and code executed successfully. I wondered when, i ran again apply+swifter ,it started working normally and data proceeded through code. this time swifter took longer time as before it was consuming.
Any suggestion on above issue. thanks

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

1 participant