One of the drawcards of using python is that it is relatively platform 
independent - so windows users have a reasonable expectation that their code 
will run.

Windows itself is not a problem - I've written many C++ programs using 
boost::thread that work just fine on windows. Perhaps this requires a special 
case in the code, but I'm sure it can be done and if we want to increase our 
take up, then I feel that this must be addressed.

-----Original Message-----
From: Vlad Niculae <[email protected]>
Date: Tue, 20 Sep 2011 10:27:25 
To: <[email protected]>
Reply-To: [email protected]
Subject: Re: [Scikit-learn-general] Python.exe keep spawning when njobs in
 GridSearchCV is not 1

Hello

That is the way joblib multiprocessing behaves on Windows, as far as I
know. Gaël is aware of this, but there are not that many scikit-learn
users running windows on the mailing list.

Best,
Vlad

On Tue, Sep 20, 2011 at 4:00 AM, xinfan meng <[email protected]> wrote:
> Hi:
>     I ran the sklearn sentiment classification codes
> (https://github.com/scikit-learn/scikit-learn-tutorial/blob/master/solutions/exercise_02_sentiment.py)
> and found it keep creating new python.exe instance, and then my computer
> crashed because ran out of memory.
>
>     My OS system is Windows 7, and the scikits.learn comes from the
> Enthought Python Distribution bundle. Since this scikits.learn is version
> 0.8, I made several neccesary modification to the codes. The codes behaved
> normally in MacOS. So I wonder if this is a problem with my OS. May be
> someone can try on their system to see if it is reproducible? Thanks.
>
> --
> Best Wishes
> --------------------------------------------
> Meng Xinfan(蒙新泛)
> Institute of Computational Linguistics
> Department of Computer Science & Technology
> School of Electronic Engineering & Computer Science
> Peking University
> Beijing, 100871
> China
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2dcopy1
> _______________________________________________
> Scikit-learn-general mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
>

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to