Hi,
an example of  common parallel operation in sklearn is in line 1091 of this
file
https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/linear_model/coordinate_descent.py#L1091


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.


Thanks a lot,
Luca
------------------------------------------------------------------------------
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