On Wed, Jan 25, 2012 at 04:40:26PM +0100, Paolo Losi wrote: > As a general rule of thumb, IMHO I think it's better to parallelize > at higher levels (more external iteration loops). It's generally: > - more efficient > - keeps the API cleaner (non need to push n_jobs parameter down) > What do you think?
I agree with this general rule. Note that in this specific case, I would expect that parallelization of low-level routines (blas?) could be useful. G ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
