This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author DanilZ
Recipients DanilZ, bquinlan, kj, ned.deily, pitrou, ronaldoussoren
Date 2020-11-02.15:48:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <0B8C64D6-380D-4CF3-9F1E-EB8E917ACA19@me.com>
In-reply-to <1604327661.86.0.437624799332.issue42245@roundup.psfhosted.org>
Content
FYI: I’ve tried all the three of the possible backends: ‘loky’ (default) / ’threading’ / ‘multiprocessing’. None of them solved the problem.

> On 2 Nov 2020, at 17:34, Ken Jin <report@bugs.python.org> wrote:
> 
> A temporary workaround might be to reduce n_jobs OR even better: use scikit-learn's multiprocessing parallel backend that's dedicated for that, and should have the necessary protections in place against such behavior. https://joblib.readthedocs.io/en/latest/parallel.html#joblib.parallel_backend <https://joblib.readthedocs.io/en/latest/parallel.html#joblib.parallel_backend>
History
Date User Action Args
2020-11-02 15:48:29DanilZsetrecipients: + DanilZ, bquinlan, ronaldoussoren, pitrou, ned.deily, kj
2020-11-02 15:48:29DanilZlinkissue42245 messages
2020-11-02 15:48:29DanilZcreate