[issue21162] code in multiprocessing.pool freeze if inside some code from scikit-learn (and probably liblinear) executed on ubuntu 12.04 64 Bit

Richard Oudkerk report at bugs.python.org
Sun Apr 6 20:55:27 CEST 2014


Richard Oudkerk added the comment:

I would guess that the problem is simply that LogisticRegression objects are not picklable.  Does the problem still occur if you do not use freeze?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21162>
_______________________________________


More information about the Python-bugs-list mailing list