autofeat icon indicating copy to clipboard operation
autofeat copied to clipboard

Parallelization

Open amirsani opened this issue 3 years ago • 0 comments

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.

amirsani avatar Nov 09 '20 22:11 amirsani