4.7.10. statsmodels.tools.parallel¶
Parallel utility function using joblib
copied from https://github.com/mne-tools/mne-python
Author: Alexandre Gramfort <gramfort@nmr.mgh.harvard.edu> License: Simplified BSD
changes for statsmodels (Josef Perktold) - try import from joblib directly, (doesn’t import all of sklearn)
4.7.10.1. Functions¶
parallel_func (func, n_jobs[, verbose]) |
Return parallel instance with delayed function |
4.7.10.2. Exceptions¶
ModuleUnavailableWarning |