On Mon, Oct 06, 2014 at 06:27:21PM +, Pagliari, Roberto wrote:
> I’d like to use multiprocessing module to run different tasks at the same time
> (each of which may run grid search).
> Are there any known issues when using this module with gridSearchCV (and njobs
> >1 ), or anything I should
I'd like to use multiprocessing module to run different tasks at the same time
(each of which may run grid search).
Are there any known issues when using this module with gridSearchCV (and njobs
>1 ), or anything I should consider when doing this?
Thank you,