MAIF / melusine

📧 Melusine: Use python to automatize your email processing workflow
https://maif.github.io/melusine
Other
352 stars 58 forks source link

joblib as backend to apply_by_multiprocessing #2

Closed remiadon closed 5 years ago

remiadon commented 5 years ago

This PR tries to fix this issue

A joblib.Parallel instance is used to launch parallelisation, with a prefer=process keyword set

The notebooks in tutorial/ all seem to be working

By using joblib there is no progress bar anymore. I could not find a clean way to use tqdm with it