Closed dfayzur closed 6 years ago
Hi @dfayzur, we are currently working on a multicore version in PR #84. It should be merged in in the next few weeks, hopefully sooner. In the meantime, users have had success using Dask bags to parallelize calculate_feature_matrix
. See our conversation with @jeff-hernandez on the Featuretools Gitter.
Thanks @bschreck. I will look to the Gitter.
Closing via #173
Hello,
calculating feature matrix takes reasonable amount of time on single thread, while most of the other threads are doing nothing.
Is it possible to calculate feature matrix in parallel mode with multi threading support?