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

Make DataFrameMapper.transform thread safe #194

Conversation

FlorisHoogenboom
Copy link
Contributor

This PR makes all operations that happen on DataFrameMapper.transformed_names_ atomic and thereby resolves #183.

@ragrawal ragrawal merged commit 2296362 into scikit-learn-contrib:master Dec 3, 2020
@ragrawal
Copy link
Collaborator

ragrawal commented Dec 3, 2020

Thanks @FlorisHoogenboom I resolved the merge conflicts and will merged this review. Thanks for your contribution. I will release the new version around 15th of December.

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

Successfully merging this pull request may close these issues.

transform() is not threadsafe
2 participants