Closed kingjr closed 8 years ago
Works fine in parallel for me.
gat.predict(epochs) # seems to run a single core, and thus takes for ever
[Parallel(n_jobs=48)]: Done 1 out of 1 | elapsed: 1.2min remaining: 0.0s
[Parallel(n_jobs=48)]: Done 1 out of 1 | elapsed: 1.2min finished
no idea
I updated to sklearn v.17 and it works now.
Thanks!
Arg, updating it through conda made the problem reappear.. And removing or reinstalling sklearn through pip doesn't change anything anymore. I'll re-open it until I find the fix.
https://github.com/mne-tools/mne-python/pull/2856 fixes it. I suspect this is the list of list repr and/or the nested lists concatenation that caused the issue. No problem with np.arrays anymore.
@jona-sassenhagen @agramfort @dengemann
On my computer, the
MultiTaskLasso
from sklearn seems to be unable to run parallel predictions (fit is fine though). I haven't run an investigation yet... Do you encounter the same issue?