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

Parallelization #14

Open
amirsani opened this issue Nov 9, 2020 · 0 comments
Open

Parallelization #14

amirsani opened this issue Nov 9, 2020 · 0 comments

Comments

@amirsani
Copy link

amirsani commented Nov 9, 2020

Great package!

Have you looked into using joblib on this loop,
for i, (feat1, feat2) in enumerate(feature_tuples)
in feateng.py?

Seems like it could be easily parallelized. You have several global variables inside the loop, so I haven't had a chance to deconstruct this into a function that could be called via joblib. I thought it might be more straightforward for you as you are more familiar with the code.

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