Re: [Scikit-learn-general] Incrementally Printing GridSearch Results

2015-06-15 Thread Joel Nothman
I think it gets a bit noisier when using n_jobs != 1, as verbose is passed to joblib.Parallel. I agree that it's not a very controllable or well-documented setting. On 16 June 2015 at 13:24, Adam Goodkind wrote: > Right. Thank you. I guess I was just overwhelmed by the amount of data > pouring i

Re: [Scikit-learn-general] Incrementally Printing GridSearch Results

2015-06-15 Thread Adam Goodkind
Right. Thank you. I guess I was just overwhelmed by the amount of data pouring in. On Sun, Jun 14, 2015 at 4:42 PM, Andreas Mueller wrote: > Not really. It only ouputs parameters and scores, though, right? > Well, it prints the parameters when it starts a job and after it finishes > a job. > >

Re: [Scikit-learn-general] Incrementally Printing GridSearch Results

2015-06-14 Thread Andreas Mueller
Not really. It only ouputs parameters and scores, though, right? Well, it prints the parameters when it starts a job and after it finishes a job. On 06/12/2015 06:57 PM, Adam Goodkind wrote: Thanks Andy. I see that I have to set verbose to at least 3 to get the scores. However, at that level i

Re: [Scikit-learn-general] Incrementally Printing GridSearch Results

2015-06-12 Thread Adam Goodkind
Thanks Andy. I see that I have to set verbose to at least 3 to get the scores. However, at that level it prints out a lot. Is there a way to refine the output to just the parameters and scores? Thanks, Adam On Wed, Jun 10, 2015 at 3:41 PM, Andreas Mueller wrote: > Yes, set verbose to a nonzero

Re: [Scikit-learn-general] Incrementally Printing GridSearch Results

2015-06-10 Thread Andreas Mueller
Yes, set verbose to a nonzero value. On 06/10/2015 03:25 PM, Adam Goodkind wrote: Is it possible to print the results of a grid search as each iteration is completed? Thanks, Adam -- *Adam Goodkind * adamgoodkind.com @adamgreatkind

[Scikit-learn-general] Incrementally Printing GridSearch Results

2015-06-10 Thread Adam Goodkind
Is it possible to print the results of a grid search as each iteration is completed? Thanks, Adam -- *Adam Goodkind * adamgoodkind.com @adamgreatkind -