[Scikit-learn-general] Verbose joblib output

2012-01-06 Thread Vlad Niculae
Hello everybody, This is something that has been bugging me for a while. I am not exactly sure what entity is printing these messages (I assume joblib) but when doing a verbose CV with n_jobs=1, the progress report looks something like: [Parallel(n_jobs=1)]: Done job 20 | elapsed: 28.3s

Re: [Scikit-learn-general] Verbose joblib output

2012-01-06 Thread Gael Varoquaux
On Fri, Jan 06, 2012 at 06:36:33PM +0200, Vlad Niculae wrote: [Parallel(n_jobs=4)]: Done 1 out of 10 |elapsed:0.2s remaining: 1.4s I think at least Done job x of y should be printed, I don't see why it should be more difficult in the no-multiprocessing case. :). It's funny, I've