Dominic Steinitz [email protected] http://idontgetoutmuch.wordpress.com
> > Message: 2 > Date: Mon, 6 Oct 2014 15:39:43 +0200 > From: Gael Varoquaux <[email protected]> > Subject: Re: [Scikit-learn-general] cross_val_score crashes python > every time > To: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset=iso-8859-1 > >> I'm trying to use cross_val_score inside a lambda function to take full >> advantage of my processors - > > Try not using a lambda function, but a fully-feldged function. Parallel > computing has problems with lambda functions. Do you mean parallel computing generally or in Python? ------------------------------------------------------------------------------ Slashdot TV. Videos for Nerds. Stuff that Matters. http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
