Re: [Scikit-learn-general] multiprocessing error (Andreas Mueller)

2013-05-13 Thread John Benediktsson
In fact, the limit is a signed 32-bit int, so 2147483647 and you have 24 bytes. On Mon, May 13, 2013 at 8:01 AM, John Benediktsson wrote: > Unfortunately, this doesn't solve my problem. I'm still getting the same >> error for an array with the dimension 2000x15.

Re: [Scikit-learn-general] multiprocessing error (Andreas Mueller)

2013-05-13 Thread John Benediktsson
> > Unfortunately, this doesn't solve my problem. I'm still getting the same > error for an array with the dimension 2000x15. I'm very surprised as > this is not exactly a very large dataset. Are you sure there are no other > settings (maybe on a system level) that might interfere with this iss

Re: [Scikit-learn-general] update to macport instructions

2012-12-12 Thread John Benediktsson
I'm not sure we should be encouraging Mac users to install from MacPorts. It's easy for it to get out of date. And for sure, its not directly compatible with the 99% of users and python projects that use setuptools or pip. On Wed, Dec 12, 2012 at 10:15 AM, Jaques Grobler wrote: > Thanks for