-
Notifications
You must be signed in to change notification settings - Fork 110
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
Add support to reset trained classifiers to their initial state #143
Conversation
Closed and reopened to trigger CI builds because some builds are failing due to Travis issue. |
Finally, all the builds passed. It's safe and desired to be merged now. |
Please don't merge it yet. I am pushing some more changes in it. |
Sounds good |
This is done, please go ahead and merge it unless you have any code reviews. |
Marking it done from my end. |
@Ch4s3, I have resolved conflicts and it is ready to merge now. |
@Ch4s3 is there anything blocking here in getting it merged? I was thinking of finalizing some other changes after my pending PRs are merged. I wanted to try to avoid dealing with multiple branches, that's why waiting everything to be merged. |
@ibnesayeed sorry, I was taking some time off from open source stuff for health reasons. It looks good! |
I was preserving stopwords to restore on test teardown. However, if the Redis connection fails then the old stopwords were not available to restore. Changing order so that stopwords are cached before Redis connection fails, solved the issue.