Re: [Scikit-learn-general] Python.exe keep spawning when njobs inGridSearchCV is not 1

2011-09-20 Thread Olivier Grisel
2011/9/20 Robert Kern : > > I would additionally suggest that the test-running script also be > fixed to run correctly under Windows. Vlad, how you running the tests on windows? Do you experiment the "infinite dot" issue using nosetests? Or using the command: python -c "import sklearn; sklearn.

Re: [Scikit-learn-general] Python.exe keep spawning when njobs inGridSearchCV is not 1

2011-09-20 Thread Robert Kern
On Tue, Sep 20, 2011 at 03:17, wrote: >>But then people will just copy the file and modify it to set n_jobs to > be greater, and then ask here why it doesn't work on Windows. It's a > teaching moment. Embrace it! > > Yes and no. If I download sklearn on windows and the run make, it doesn't > fin

Re: [Scikit-learn-general] Python.exe keep spawning when njobs inGridSearchCV is not 1

2011-09-20 Thread bdholt1
>But then people will just copy the file and modify it to set n_jobs to be greater, and then ask here why it doesn't work on Windows. It's a teaching moment. Embrace it! Yes and no. If I download sklearn on windows and the run make, it doesn't finish the tests. To then tell me that I need to mod

Re: [Scikit-learn-general] Python.exe keep spawning when njobs inGridSearchCV is not 1

2011-09-20 Thread bdholt1
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 require