On Wed, Jun 18, 2014 at 12:06:28PM +0100, Rich Lewis wrote: > However, I am trying now, but the python processes which start off using 100% > of the CPU quickly become idle, without finishing building the model. I can > see them in activity monitor. When I manually interrupt the training, I get > the error:
> Exception in thread Thread-4: > Traceback (most recent call last): > File > "/Users/RichLewis/anaconda/python.app/Contents/lib/python2.7/threading.py", > line 810, in __bootstrap_inner > self.run() > File > "/Users/RichLewis/anaconda/lib/python2.7/site-packages/zmq/utils/garbage.py", > line 46, in run > s.bind(self.gc.url) > File "socket.pyx", line 444, in zmq.backend.cython.socket.Socket.bind > (zmq/backend/cython/socket.c:4076) > File "checkrc.pxd", line 21, in zmq.backend.cython.checkrc._check_rc > (zmq/backend/cython/socket.c:6032) > ZMQError: Address already in use > repeated 8 times. Anyone seen this before, and if so, how do I deal with it? ZMQ has nothing to do with scikit-learn. I know that it is used in IPython notebook. Could it be some strange interaction between IPython notebook and parallel computing? Can you reproduce the problem outside of IPython notebook? Gaƫl ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
