> The work is divided among the n_jobs cores. I am wondering if this means that
> the data (X,y) is duplicated  in order to be independently processed by each
> core or if there is a system that allow the access to the same data to the
> various cores.

A simple answer is that the data is duplicated. A more realistic answer
would be: it depends, but it is often duplicated.

G

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to